public abstract class RepositoryTest extends Object
Modifier and Type | Field and Description |
---|---|
protected Resource |
alexander |
protected Resource |
alice |
protected Resource |
bob |
protected IRI |
context1 |
protected IRI |
context2 |
protected static String |
FOAF_NS |
protected IRI |
mbox |
protected Literal |
mboxAlice |
protected Literal |
mboxBob |
protected IRI |
name |
protected Literal |
nameAlice |
protected Literal |
nameBob |
protected IRI |
publisher |
static String |
TEST_DIR_PREFIX |
protected Repository |
testRepository |
org.junit.rules.Timeout |
to
Timeout all individual tests after 1 minute.
|
protected IRI |
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() |
static void |
setUpClass() |
void |
tearDown() |
void |
testAutoInit() |
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 IRI name
protected IRI mbox
protected final IRI publisher
protected IRI unknownContext
protected IRI context1
protected IRI context2
protected Literal nameAlice
protected Literal nameBob
protected Literal mboxAlice
protected Literal mboxBob
protected Literal Александър
protected abstract Repository createRepository() throws Exception
Exception
public void testShutdownFollowedByInit() throws Exception
Exception
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.