Class GraphQueryResultTest

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

public abstract class GraphQueryResultTest extends Object
  • Constructor Details Link icon

    • GraphQueryResultTest Link icon

      public GraphQueryResultTest()
  • Method Details Link icon

    • setUpClass Link icon

      @BeforeAll public static void setUpClass()
    • afterClass Link icon

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

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

      @AfterEach public void tearDown()
    • createRepository Link icon

      protected Repository createRepository()
    • newRepository Link icon

      protected abstract Repository newRepository()
    • testDescribeEmpty Link icon

      @Test public void testDescribeEmpty()
    • testDescribeSingle Link icon

      @Test public void testDescribeSingle()
    • testDescribeMultiple Link icon

      @Test public void testDescribeMultiple()
    • testConstructEmpty Link icon

      @Test public void testConstructEmpty()
    • testConstructSingle Link icon

      @Test public void testConstructSingle()
    • testConstructMultiple Link icon

      @Test public void testConstructMultiple()