public abstract class RepositoryConnectionTest 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 IsolationLevel |
level |
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 RepositoryConnection |
testCon |
protected RepositoryConnection |
testCon2 |
protected Repository |
testRepository |
protected URI |
unknownContext |
protected ValueFactory |
vf |
protected Literal |
Александър |
Constructor and Description |
---|
RepositoryConnectionTest(IsolationLevel level) |
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 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 IsolationLevel level
public RepositoryConnectionTest(IsolationLevel level)
public static final IsolationLevel[] parameters()
protected abstract Repository createRepository() throws Exception
Exception
public void testAddStatementWithContext() throws Exception
Exception
public void testAddLiteralWithNewline() throws Exception
Exception
public void testTransactionIsolationForRead() throws Exception
Exception
public void testTransactionIsolationForReadWithDeleteOperation() 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 testGetStatementsMalformedTypedLiteral() throws Exception
Exception
public void testGetStatementsMalformedLanguageLiteral() throws Exception
Exception
public void testGetStatementsInSingleContext() throws Exception
Exception
public void testGetStatementsInMultipleContexts() 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 testAddRemove() throws OpenRDFException
OpenRDFException
public void testAddDelete() throws OpenRDFException
OpenRDFException
public final void testInsertRemove() throws OpenRDFException
OpenRDFException
public void testInsertDelete() throws OpenRDFException
OpenRDFException
public void testAddRemoveAdd() throws OpenRDFException
OpenRDFException
public void testAddDeleteAdd() throws OpenRDFException
OpenRDFException
public void testAddRemoveInsert() throws OpenRDFException
OpenRDFException
public void testAddDeleteInsert() throws OpenRDFException
OpenRDFException
public void testInferredStatementCount() throws Exception
Exception
public void testOrderByQueriesAreInterruptable() throws Exception
Exception
Copyright © 2001-2016 Aduna. All Rights Reserved.