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 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 |
org.junit.rules.Timeout |
to
Timeout all individual tests after 1 minute.
|
protected URI |
unknownContext |
protected ValueFactory |
vf |
protected Literal |
Александър |
Constructor and Description |
---|
RepositoryConnectionTest() |
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 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
public void testAddLiteralWithNewline() throws Exception
Exception
public void testReadOfAddedStatement1() throws Exception
Exception
public void testReadOfAddedStatement2() throws Exception
Exception
public void testTransactionIsolationForRead() 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 testInferredStatementCount() throws Exception
Exception
public void testOrderByQueriesAreInterruptable() throws Exception
Exception
Copyright © 2001-2016 Aduna. All Rights Reserved.