public abstract class RepositoryConnectionTest 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 IsolationLevel |
level |
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 RepositoryConnection |
testCon |
protected RepositoryConnection |
testCon2 |
protected Repository |
testRepository |
org.junit.rules.Timeout |
to
Timeout all individual tests after 10 minutes.
|
protected IRI |
unknownContext |
protected ValueFactory |
vf |
protected Literal |
Александър |
Constructor and Description |
---|
RepositoryConnectionTest(IsolationLevel level) |
public org.junit.rules.Timeout to
protected static final String FOAF_NS
public static final String TEST_DIR_PREFIX
protected Repository testRepository
protected RepositoryConnection testCon
protected RepositoryConnection testCon2
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 IsolationLevel level
public RepositoryConnectionTest(IsolationLevel level)
public static IsolationLevel[] parameters()
protected abstract Repository createRepository() throws Exception
Exception
public void testAddStatementWithContext() throws Exception
Exception
public void testAddLiteralWithNewline() throws Exception
Exception
public void testAddMalformedLiteralsDefaultConfig() throws Exception
Exception
public void testAddMalformedLiteralsStrictConfig() throws Exception
Exception
public void testSimpleTupleQueryUnicode() throws Exception
Exception
public void testPreparedTupleQueryUnicode() throws Exception
Exception
public void testGetStatementsIterable() throws Exception
Exception
public void testGetStatementsMalformedTypedLiteral() throws Exception
Exception
public void testGetStatementsMalformedLanguageLiteral() throws Exception
Exception
public void testGetStatementsInSingleContext() throws Exception
Exception
public void testGetStatementsInMultipleContexts() throws Exception
Exception
public void testRemoveStatementWithContext() throws Exception
Exception
public void testRemoveStatementCollection() throws Exception
Exception
public void testRemoveStatementIteration() throws Exception
Exception
public void testRecoverFromParseError() throws RepositoryException, IOException
RepositoryException
IOException
public void testStatementSerialization() throws Exception
Exception
public void testSizeDuplicateStatement() throws Exception
Exception
public void testAddRemove() throws RDF4JException
RDF4JException
public void testAddDelete() throws RDF4JException
RDF4JException
public final void testInsertRemove() throws RDF4JException
RDF4JException
public void testInsertDelete() throws RDF4JException
RDF4JException
public void testAddRemoveAdd() throws RDF4JException
RDF4JException
public void testAddDeleteAdd() throws RDF4JException
RDF4JException
public void testAddRemoveInsert() throws RDF4JException
RDF4JException
public void testAddDeleteInsert() throws RDF4JException
RDF4JException
public void testInferredStatementCount() throws Exception
Exception
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.