Class AbstractQueryResultIOTupleTest
java.lang.Object
org.eclipse.rdf4j.testsuite.query.resultio.AbstractQueryResultIOTest
org.eclipse.rdf4j.testsuite.query.resultio.AbstractQueryResultIOTupleTest
Abstract test for QueryResultIO.
- Author:
 - jeen, Peter Ansell
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected final QueryResultFormatprotected abstract BooleanQueryResultFormatprotected abstract TupleQueryResultFormatfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidfinal voidMethods inherited from class AbstractQueryResultIOTest
assertQueryResultsEqual, createTupleMultipleBindingSets, createTupleNoBindingSets, createTupleSingleVarMultipleBindingSets, doBooleanLinks, doBooleanLinksAndStylesheet, doBooleanLinksAndStylesheetAndNamespaces, doBooleanLinksOnly, doBooleanNoHandler, doBooleanNoLinks, doBooleanParseNoHandlerOnTupleResults, doBooleanStylesheet, doInvalidBooleanAfterStartQueryResult, doTupleJSONPCallback, doTupleLinks, doTupleLinksAndStylesheet, doTupleLinksAndStylesheetAndNamespaces, doTupleLinksAndStylesheetAndNamespacesQName, doTupleLinksAndStylesheetMultipleEndHeaders, doTupleLinksAndStylesheetNoStarts, doTupleMissingStartQueryResult, doTupleNoHandler, doTupleNoLinks, doTupleParseNoHandlerOnBooleanResults, doTupleStylesheet, getFileName, getNamespaces, getNamespacesWithEmpty, parseTupleInternal, testGetParserFormatForFileNameString 
- 
Constructor Details
- 
AbstractQueryResultIOTupleTest
public AbstractQueryResultIOTupleTest() 
 - 
 - 
Method Details
- 
getFormat
- Specified by:
 getFormatin classAbstractQueryResultIOTest
 - 
getTupleFormat
- Returns:
 - The 
TupleQueryResultFormatthat this test is running against. 
 - 
getMatchingBooleanFormatOrNull
- Returns:
 - The 
BooleanQueryResultFormatthat may be parsed by the same parser as the one forgetTupleFormat(), or null if this functionality is not supported. 
 - 
testSPARQLResultFormatSingleVarMultipleBindingSets
 - 
testSPARQLResultFormatMultipleBindingsMultipleBindingSets
 - 
testSPARQLResultFormatNoResults
 - 
testNoHandlerNoResults
 - 
testNoHandlerWithResults
 - 
testTupleParseNoHandlerOnBooleanResults
 - 
testNoLinksNoResults
 - 
testNoLinksWithResults
 - 
testOneLinkNoResults
 - 
testOneLinkWithResults
 - 
testMultipleLinksNoResults
 - 
testMultipleLinksWithResults
 - 
testMultipleLinksWithResultsAndStylesheet
 - 
testMultipleLinksWithResultsAndStylesheetAndNamespaces
 - 
testMultipleLinksWithResultsAndStylesheetAndNamespacesQName
 - 
testMultipleLinksWithResultsAndStylesheetAndNamespacesWithEmpty
 - 
testMultipleLinksWithResultsAndStylesheetAndNamespacesQNameWithEmpty
 - 
testMultipleLinksWithResultsAndStylesheetNoStarts
 - 
testMultipleLinksWithResultsAndStylesheetMultipleEndHeaders
 - 
testNoResultsAndStylesheet
 - 
testMultipleResultsAndStylesheet
 - 
testMultipleResultsJSONPCallback
 - 
testNoResultsJSONPCallback
 - 
testNoResultsExceptionHandleSolutionBeforeStartQueryResult
@Test public final void testNoResultsExceptionHandleSolutionBeforeStartQueryResult() - 
testMultipleExceptionHandleSolutionBeforeStartQueryResult
@Test public final void testMultipleExceptionHandleSolutionBeforeStartQueryResult() - 
testRDFStarCompatibility
- Throws:
 IOException
 
 -