public abstract class RepositoryTest extends Object
Modifier and Type | Field and Description |
---|---|
protected Resource |
alexander |
protected Resource |
alice |
protected Resource |
bob |
protected URI |
context1 |
protected URI |
context2 |
protected static String |
FOAF_NS |
protected URI |
mbox |
protected Literal |
mboxAlice |
protected Literal |
mboxBob |
protected URI |
name |
protected Literal |
nameAlice |
protected Literal |
nameBob |
protected URI |
publisher |
static String |
TEST_DIR_PREFIX |
protected Repository |
testRepository |
org.junit.rules.Timeout |
to
Timeout all individual tests after 1 minute.
|
protected URI |
unknownContext |
protected ValueFactory |
vf |
protected Literal |
Александър |
Constructor and Description |
---|
RepositoryTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract Repository |
createRepository()
Gets an (uninitialized) instance of the repository that should be tested.
|
void |
setUp() |
void |
tearDown() |
void |
testShutdownFollowedByInit() |
public org.junit.rules.Timeout to
protected static final String FOAF_NS
public static final String TEST_DIR_PREFIX
protected Repository testRepository
protected ValueFactory vf
protected Resource bob
protected Resource alice
protected Resource alexander
protected URI name
protected URI mbox
protected final URI publisher
protected URI unknownContext
protected URI context1
protected URI context2
protected Literal nameAlice
protected Literal nameBob
protected Literal mboxAlice
protected Literal mboxBob
protected Literal Александър
protected abstract Repository createRepository() throws Exception
Exception
Copyright © 2001-2016 Aduna. All Rights Reserved.