Class RepositoryTest
java.lang.Object
org.eclipse.rdf4j.testsuite.repository.RepositoryTest
Integration test suite for implementations of Repository.
- Author:
- Jeen Broekstra
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Resource
protected Resource
protected Resource
protected IRI
protected IRI
protected static String
protected IRI
protected Literal
protected Literal
protected IRI
protected Literal
protected Literal
protected IRI
static String
protected Repository
org.junit.rules.Timeout
Timeout all individual tests after 1 minute.protected IRI
protected ValueFactory
protected Literal
-
Constructor Summary
Constructors -
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:
- Constant Field Values
-
TEST_DIR_PREFIX
- See Also:
- Constant Field Values
-
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
-