Class TupleQueryResultTest

java.lang.Object
org.eclipse.rdf4j.testsuite.repository.TupleQueryResultTest

public abstract class TupleQueryResultTest extends Object
  • Constructor Details

    • TupleQueryResultTest

      public TupleQueryResultTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      @AfterEach public void tearDown() throws Exception
      Throws:
      Exception
    • createRepository

      protected Repository createRepository() throws Exception
      Throws:
      Exception
    • newRepository

      protected abstract Repository newRepository() throws Exception
      Throws:
      Exception
    • testGetBindingNames

      @Test public void testGetBindingNames()
    • testIterator

      @Test public void testIterator()
    • testIsEmpty

      @Test public void testIsEmpty()
    • testCountMatchesAllSelect

      @Test public void testCountMatchesAllSelect()
    • testStreaming

      @Test public void testStreaming() throws Exception
      Throws:
      Exception
    • testNotClosingResult

      @Test public void testNotClosingResult()
    • testNotClosingResultWithoutDebug

      @Test public void testNotClosingResultWithoutDebug() throws InterruptedException
      Throws:
      InterruptedException
    • testNotClosingResultThrowsException

      @Test public void testNotClosingResultThrowsException()