Class RDFStarSupportTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.RDFStarSupportTest
-
public abstract class RDFStarSupportTest extends Object
Test cases for RDF-star support in the Repository.- Author:
- Jeen Broekstra
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.Timeout
to
Timeout all individual tests after 10 minutes.
-
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
testRdfStarAddAndRetrieve()
void
testRdfStarAddAndRetrieveSparql()
void
testRdfStarAddAndRetrieveSparqlSeparateTransaction()
void
testSparqlStar()
void
testSparqlStarUpdate()
-
-
-
Method Detail
-
testSparqlStar
public void testSparqlStar()
-
testSparqlStarUpdate
public void testSparqlStarUpdate()
-
testRdfStarAddAndRetrieveSparql
public void testRdfStarAddAndRetrieveSparql() throws InterruptedException
- Throws:
InterruptedException
-
testRdfStarAddAndRetrieveSparqlSeparateTransaction
public void testRdfStarAddAndRetrieveSparqlSeparateTransaction() throws InterruptedException
- Throws:
InterruptedException
-
testRdfStarAddAndRetrieve
public void testRdfStarAddAndRetrieve() throws InterruptedException
- Throws:
InterruptedException
-
createRepository
protected abstract Repository createRepository()
-
-