Class SparqlDatasetTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.SparqlDatasetTest
-
public abstract class SparqlDatasetTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
queryNoFrom
String
queryWithFrom
-
Constructor Summary
Constructors Constructor Description SparqlDatasetTest()
-
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
testNoFrom()
void
testSelectAllIsSameAsCount()
void
testWithFrom()
-
-
-
Method Detail
-
createRepository
protected Repository createRepository() throws Exception
- Throws:
Exception
-
newRepository
protected abstract Repository newRepository() throws Exception
- Throws:
Exception
-
-