Class RDFStarSupportTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.RDFStarSupportTest
-
-
Constructor Summary
Constructors Constructor Description RDFStarSupportTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Repository
createRepository()
void
setUp()
void
tearDown()
void
testAddRDFStarContext()
void
testAddRDFStarObject()
void
testAddRDFStarSubject()
void
testMemoryStore_RDFstar()
void
testRdfStarAddAndRetrieve()
void
testRdfStarAddAndRetrieveSparql()
void
testRdfStarAddAndRetrieveSparqlSeparateTransaction()
void
testSparqlStar()
void
testSparqlStarUpdate()
-
-
-
Method Detail
-
testSparqlStar
@Test public void testSparqlStar()
-
testSparqlStarUpdate
@Test public void testSparqlStarUpdate()
-
testRdfStarAddAndRetrieveSparql
@Test public void testRdfStarAddAndRetrieveSparql() throws InterruptedException
- Throws:
InterruptedException
-
testRdfStarAddAndRetrieveSparqlSeparateTransaction
@Test public void testRdfStarAddAndRetrieveSparqlSeparateTransaction() throws InterruptedException
- Throws:
InterruptedException
-
testRdfStarAddAndRetrieve
@Test public void testRdfStarAddAndRetrieve() throws InterruptedException
- Throws:
InterruptedException
-
testMemoryStore_RDFstar
@Test public void testMemoryStore_RDFstar()
-
createRepository
protected abstract Repository createRepository()
-
-