Class GraphQueryResultTest
java.lang.Object
org.eclipse.rdf4j.testsuite.repository.GraphQueryResultTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
protected Repository
protected abstract Repository
void
setUp()
static void
void
tearDown()
void
void
void
void
void
void
-
Constructor Details
-
GraphQueryResultTest
public GraphQueryResultTest()
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() -
afterClass
-
setUp
-
tearDown
@AfterEach public void tearDown() -
createRepository
-
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()
-