Class TupleQueryResultTest

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

public abstract class TupleQueryResultTest extends Object
  • Constructor Details Link icon

    • TupleQueryResultTest Link icon

      public TupleQueryResultTest()
  • Method Details Link icon

    • setUp Link icon

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

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

      protected Repository createRepository()
    • newRepository Link icon

      protected abstract Repository newRepository()
    • testGetBindingNames Link icon

      @Test public void testGetBindingNames()
    • testIterator Link icon

      @Test public void testIterator()
    • testIsEmpty Link icon

      @Test public void testIsEmpty()
    • testCountMatchesAllSelect Link icon

      @Test public void testCountMatchesAllSelect()
    • testStreaming Link icon

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

      @Test public void testNotClosingResult()
    • testNotClosingResultWithoutDebug Link icon

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

      @Test public void testNotClosingResultThrowsException()
    • testLeftJoinWithJoinCondition Link icon

      @Test public void testLeftJoinWithJoinCondition() throws IOException
      Throws:
      IOException