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
-
Method Summary
Modifier and TypeMethodDescriptionprotected final QueryResultFormat
protected abstract BooleanQueryResultFormat
protected abstract TupleQueryResultFormat
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
final void
Methods inherited from class org.eclipse.rdf4j.testsuite.query.resultio.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:
getFormat
in classAbstractQueryResultIOTest
-
getTupleFormat
- Returns:
- The
TupleQueryResultFormat
that this test is running against.
-
getMatchingBooleanFormatOrNull
- Returns:
- The
BooleanQueryResultFormat
that may be parsed by the same parser as the one forgetTupleFormat()
, or null if this functionality is not supported.
-
testSPARQLResultFormatSingleVarMultipleBindingSets
- Throws:
Exception
-
testSPARQLResultFormatMultipleBindingsMultipleBindingSets
@Test public final void testSPARQLResultFormatMultipleBindingsMultipleBindingSets() throws Exception- Throws:
Exception
-
testSPARQLResultFormatNoResults
- Throws:
Exception
-
testNoHandlerNoResults
- Throws:
Exception
-
testNoHandlerWithResults
- Throws:
Exception
-
testTupleParseNoHandlerOnBooleanResults
- Throws:
Exception
-
testNoLinksNoResults
- Throws:
Exception
-
testNoLinksWithResults
- Throws:
Exception
-
testOneLinkNoResults
- Throws:
Exception
-
testOneLinkWithResults
- Throws:
Exception
-
testMultipleLinksNoResults
- Throws:
Exception
-
testMultipleLinksWithResults
- Throws:
Exception
-
testMultipleLinksWithResultsAndStylesheet
- Throws:
Exception
-
testMultipleLinksWithResultsAndStylesheetAndNamespaces
- Throws:
Exception
-
testMultipleLinksWithResultsAndStylesheetAndNamespacesQName
@Test public final void testMultipleLinksWithResultsAndStylesheetAndNamespacesQName() throws Exception- Throws:
Exception
-
testMultipleLinksWithResultsAndStylesheetAndNamespacesWithEmpty
@Test public final void testMultipleLinksWithResultsAndStylesheetAndNamespacesWithEmpty() throws Exception- Throws:
Exception
-
testMultipleLinksWithResultsAndStylesheetAndNamespacesQNameWithEmpty
@Test public final void testMultipleLinksWithResultsAndStylesheetAndNamespacesQNameWithEmpty() throws Exception- Throws:
Exception
-
testMultipleLinksWithResultsAndStylesheetNoStarts
- Throws:
Exception
-
testMultipleLinksWithResultsAndStylesheetMultipleEndHeaders
@Test public final void testMultipleLinksWithResultsAndStylesheetMultipleEndHeaders() throws Exception- Throws:
Exception
-
testNoResultsAndStylesheet
- Throws:
Exception
-
testMultipleResultsAndStylesheet
- Throws:
Exception
-
testMultipleResultsJSONPCallback
- Throws:
Exception
-
testNoResultsJSONPCallback
- Throws:
Exception
-
testNoResultsExceptionHandleSolutionBeforeStartQueryResult
@Test public final void testNoResultsExceptionHandleSolutionBeforeStartQueryResult() -
testMultipleExceptionHandleSolutionBeforeStartQueryResult
@Test public final void testMultipleExceptionHandleSolutionBeforeStartQueryResult() -
testRDFStarCompatibility
- Throws:
IOException
-