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
-
createRepository
protected Repository createRepository() throws Exception
- Throws:
Exception
-
newRepository
protected abstract Repository newRepository() throws Exception
- Throws:
Exception
-
-