Class AbstractQueryResultIOTupleTest

java.lang.Object
org.eclipse.rdf4j.testsuite.query.resultio.AbstractQueryResultIOTest
org.eclipse.rdf4j.testsuite.query.resultio.AbstractQueryResultIOTupleTest

public abstract class AbstractQueryResultIOTupleTest extends AbstractQueryResultIOTest
Abstract test for QueryResultIO.
Author:
jeen, Peter Ansell
  • Constructor Details Link icon

    • AbstractQueryResultIOTupleTest Link icon

      public AbstractQueryResultIOTupleTest()
  • Method Details Link icon

    • getFormat Link icon

      protected final QueryResultFormat getFormat()
      Specified by:
      getFormat in class AbstractQueryResultIOTest
    • getTupleFormat Link icon

      protected abstract TupleQueryResultFormat getTupleFormat()
      Returns:
      The TupleQueryResultFormat that this test is running against.
    • getMatchingBooleanFormatOrNull Link icon

      protected abstract BooleanQueryResultFormat getMatchingBooleanFormatOrNull()
      Returns:
      The BooleanQueryResultFormat that may be parsed by the same parser as the one for getTupleFormat(), or null if this functionality is not supported.
    • testSPARQLResultFormatSingleVarMultipleBindingSets Link icon

      @Test public final void testSPARQLResultFormatSingleVarMultipleBindingSets() throws Exception
      Throws:
      Exception
    • testSPARQLResultFormatMultipleBindingsMultipleBindingSets Link icon

      @Test public final void testSPARQLResultFormatMultipleBindingsMultipleBindingSets() throws Exception
      Throws:
      Exception
    • testSPARQLResultFormatNoResults Link icon

      @Test public final void testSPARQLResultFormatNoResults() throws Exception
      Throws:
      Exception
    • testNoHandlerNoResults Link icon

      @Test public final void testNoHandlerNoResults() throws Exception
      Throws:
      Exception
    • testNoHandlerWithResults Link icon

      @Test public final void testNoHandlerWithResults() throws Exception
      Throws:
      Exception
    • testTupleParseNoHandlerOnBooleanResults Link icon

      @Test public final void testTupleParseNoHandlerOnBooleanResults() throws Exception
      Throws:
      Exception
    • testNoLinksNoResults Link icon

      @Test public final void testNoLinksNoResults() throws Exception
      Throws:
      Exception
    • testNoLinksWithResults Link icon

      @Test public final void testNoLinksWithResults() throws Exception
      Throws:
      Exception
    • testOneLinkNoResults Link icon

      @Test public final void testOneLinkNoResults() throws Exception
      Throws:
      Exception
    • testOneLinkWithResults Link icon

      @Test public final void testOneLinkWithResults() throws Exception
      Throws:
      Exception
    • testMultipleLinksNoResults Link icon

      @Test public final void testMultipleLinksNoResults() throws Exception
      Throws:
      Exception
    • testMultipleLinksWithResults Link icon

      @Test public final void testMultipleLinksWithResults() throws Exception
      Throws:
      Exception
    • testMultipleLinksWithResultsAndStylesheet Link icon

      @Test public final void testMultipleLinksWithResultsAndStylesheet() throws Exception
      Throws:
      Exception
    • testMultipleLinksWithResultsAndStylesheetAndNamespaces Link icon

      @Test public final void testMultipleLinksWithResultsAndStylesheetAndNamespaces() throws Exception
      Throws:
      Exception
    • testMultipleLinksWithResultsAndStylesheetAndNamespacesQName Link icon

      @Test public final void testMultipleLinksWithResultsAndStylesheetAndNamespacesQName() throws Exception
      Throws:
      Exception
    • testMultipleLinksWithResultsAndStylesheetAndNamespacesWithEmpty Link icon

      @Test public final void testMultipleLinksWithResultsAndStylesheetAndNamespacesWithEmpty() throws Exception
      Throws:
      Exception
    • testMultipleLinksWithResultsAndStylesheetAndNamespacesQNameWithEmpty Link icon

      @Test public final void testMultipleLinksWithResultsAndStylesheetAndNamespacesQNameWithEmpty() throws Exception
      Throws:
      Exception
    • testMultipleLinksWithResultsAndStylesheetNoStarts Link icon

      @Test public final void testMultipleLinksWithResultsAndStylesheetNoStarts() throws Exception
      Throws:
      Exception
    • testMultipleLinksWithResultsAndStylesheetMultipleEndHeaders Link icon

      @Test public final void testMultipleLinksWithResultsAndStylesheetMultipleEndHeaders() throws Exception
      Throws:
      Exception
    • testNoResultsAndStylesheet Link icon

      @Test public final void testNoResultsAndStylesheet() throws Exception
      Throws:
      Exception
    • testMultipleResultsAndStylesheet Link icon

      @Test public final void testMultipleResultsAndStylesheet() throws Exception
      Throws:
      Exception
    • testMultipleResultsJSONPCallback Link icon

      @Test public final void testMultipleResultsJSONPCallback() throws Exception
      Throws:
      Exception
    • testNoResultsJSONPCallback Link icon

      @Test public final void testNoResultsJSONPCallback() throws Exception
      Throws:
      Exception
    • testNoResultsExceptionHandleSolutionBeforeStartQueryResult Link icon

      @Test public final void testNoResultsExceptionHandleSolutionBeforeStartQueryResult()
    • testMultipleExceptionHandleSolutionBeforeStartQueryResult Link icon

      @Test public final void testMultipleExceptionHandleSolutionBeforeStartQueryResult()
    • testRDFStarCompatibility Link icon

      @Test public final void testRDFStarCompatibility() throws IOException
      Throws:
      IOException