Class GraphQueryResultTest

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

public abstract class GraphQueryResultTest extends Object
  • Constructor Details

    • GraphQueryResultTest

      public GraphQueryResultTest()
  • Method Details

    • setUpClass

      @BeforeAll public static void setUpClass()
    • afterClass

      @AfterAll public static void afterClass() throws Exception
      Throws:
      Exception
    • setUp

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

      @AfterEach public void tearDown()
    • createRepository

      protected Repository createRepository()
    • newRepository

      protected abstract Repository newRepository()
    • testDescribeEmpty

      @Test public void testDescribeEmpty()
    • testDescribeSingle

      @Test public void testDescribeSingle()
    • testDescribeMultiple

      @Test public void testDescribeMultiple()
    • testConstructEmpty

      @Test public void testConstructEmpty()
    • testConstructSingle

      @Test public void testConstructSingle()
    • testConstructMultiple

      @Test public void testConstructMultiple()