Class GraphQueryResultTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.GraphQueryResultTest
-
public abstract class GraphQueryResultTest extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphQueryResultTest()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static void
afterClass()
protected Repository
createRepository()
protected abstract Repository
newRepository()
void
setUp()
static void
setUpClass()
void
tearDown()
void
testConstructEmpty()
void
testConstructMultiple()
void
testConstructSingle()
void
testDescribeEmpty()
void
testDescribeMultiple()
void
testDescribeSingle()
-
-
-
Method Detail
-
setUpClass
@BeforeAll public static void setUpClass()
-
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()
-
-