Class RepositoryTest
java.lang.Object
org.eclipse.rdf4j.testsuite.repository.RepositoryTest
Integration test suite for implementations of Repository.
- Author:
- Jeen Broekstra
-
Field Summary
Modifier and TypeFieldDescriptionprotected Resource
protected Resource
protected Resource
protected IRI
protected IRI
protected static final String
protected IRI
protected Literal
protected Literal
protected IRI
protected Literal
protected Literal
protected final IRI
static final String
protected Repository
org.junit.rules.Timeout
Timeout all individual tests after 1 minute.protected IRI
protected ValueFactory
protected Literal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Repository
Gets an (uninitialized) instance of the repository that should be tested.void
setUp()
static void
void
tearDown()
void
void
-
Field Details
-
to
public org.junit.rules.Timeout toTimeout all individual tests after 1 minute. -
FOAF_NS
- See Also:
-
TEST_DIR_PREFIX
- See Also:
-
testRepository
-
vf
-
bob
-
alice
-
alexander
-
name
-
mbox
-
publisher
-
unknownContext
-
context1
-
context2
-
nameAlice
-
nameBob
-
mboxAlice
-
mboxBob
-
Александър
-
-
Constructor Details
-
RepositoryTest
public RepositoryTest()
-
-
Method Details
-
setUpClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
createRepository
Gets an (uninitialized) instance of the repository that should be tested.- Returns:
- an uninitialized repository.
- Throws:
Exception
-
testShutdownFollowedByInit
- Throws:
Exception
-
testAutoInit
- Throws:
Exception
-