Class RepositoryConnectionTest
java.lang.Object
org.eclipse.rdf4j.testsuite.repository.RepositoryConnectionTest
- Direct Known Subclasses:
RDFSchemaRepositoryConnectionTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Resource
protected Resource
protected Resource
protected IRI
protected IRI
protected static String
protected IsolationLevel
protected IRI
protected Literal
protected Literal
protected IRI
protected Literal
protected Literal
protected IRI
static String
protected RepositoryConnection
protected RepositoryConnection
protected Repository
org.junit.rules.Timeout
Timeout all individual tests after 10 minutes.protected IRI
protected ValueFactory
protected Literal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Repository
Gets an (uninitialized) instance of the repository that should be tested.static IsolationLevel[]
void
setUp()
static void
void
tearDown()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
testOpen()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
to
public org.junit.rules.Timeout toTimeout all individual tests after 10 minutes. -
FOAF_NS
- See Also:
- Constant Field Values
-
TEST_DIR_PREFIX
- See Also:
- Constant Field Values
-
testRepository
-
testCon
-
testCon2
-
vf
-
bob
-
alice
-
alexander
-
name
-
mbox
-
publisher
-
unknownContext
-
context1
-
context2
-
nameAlice
-
nameBob
-
mboxAlice
-
mboxBob
-
Александър
-
level
-
-
Constructor Details
-
RepositoryConnectionTest
-
-
Method Details
-
setUpClass
- Throws:
Exception
-
parameters
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
createRepository
Gets an (uninitialized) instance of the repository that should be tested.- Returns:
- an uninitialized repository.
- Throws:
Exception
-
testAddStatement
- Throws:
Exception
-
testAddStatementWithContext
- Throws:
Exception
-
testAddLiteralWithNewline
- Throws:
Exception
-
testTransactionIsolation
- Throws:
Exception
-
testAddReader
- Throws:
Exception
-
testAddInputStream
- Throws:
Exception
-
testAddInputStreamInTxn
- Throws:
Exception
-
testAddReaderInTxn
- Throws:
Exception
-
testAddGzipInputStream
- Throws:
Exception
-
testAddZipFile
- Throws:
Exception
-
testAddMalformedLiteralsDefaultConfig
- Throws:
Exception
-
testAddMalformedLiteralsStrictConfig
- Throws:
Exception
-
testAutoCommit
- Throws:
Exception
-
testRollback
- Throws:
Exception
-
testSimpleTupleQuery
- Throws:
Exception
-
testPrepareSPARQLQuery
- Throws:
Exception
-
testSimpleTupleQueryUnicode
- Throws:
Exception
-
testPreparedTupleQuery
- Throws:
Exception
-
testPreparedTupleQueryUnicode
- Throws:
Exception
-
testSimpleGraphQuery
- Throws:
Exception
-
testPreparedGraphQuery
- Throws:
Exception
-
testSimpleBooleanQuery
- Throws:
Exception
-
testPreparedBooleanQuery
- Throws:
Exception
-
testDataset
- Throws:
Exception
-
testGetStatements
- Throws:
Exception
-
testGetStatementsIterable
- Throws:
Exception
-
testGetStatementsMalformedTypedLiteral
- Throws:
Exception
-
testGetStatementsMalformedLanguageLiteral
- Throws:
Exception
-
testGetStatementsInSingleContext
- Throws:
Exception
-
testGetStatementsInMultipleContexts
- Throws:
Exception
-
testDuplicateFilter
- Throws:
Exception
-
testRemoveStatements
- Throws:
Exception
-
testRemoveStatementWithContext
- Throws:
Exception
-
testRemoveStatementCollection
- Throws:
Exception
-
testRemoveStatementIteration
- Throws:
Exception
-
testGetNamespace
- Throws:
Exception
-
testGetNamespaces
- Throws:
Exception
-
testClear
- Throws:
Exception
-
testRecoverFromParseError
- Throws:
RepositoryException
IOException
-
testStatementSerialization
- Throws:
Exception
-
testBNodeSerialization
- Throws:
Exception
-
testURISerialization
- Throws:
Exception
-
testLiteralSerialization
- Throws:
Exception
-
testGraphSerialization
- Throws:
Exception
-
testEmptyRollback
- Throws:
Exception
-
testEmptyCommit
- Throws:
Exception
-
testOpen
- Throws:
Exception
-
testSizeRollback
- Throws:
Exception
-
testSizeCommit
- Throws:
Exception
-
testSizeDuplicateStatement
- Throws:
Exception
-
testAddRemove
- Throws:
RDF4JException
-
testAddDelete
- Throws:
RDF4JException
-
testInsertRemove
- Throws:
RDF4JException
-
testInsertDelete
- Throws:
RDF4JException
-
testAddRemoveAdd
- Throws:
RDF4JException
-
testAddDeleteAdd
- Throws:
RDF4JException
-
testAddRemoveInsert
- Throws:
RDF4JException
-
testAddDeleteInsert
- Throws:
RDF4JException
-
testQueryInTransaction
- Throws:
Exception
-
testUpdateInTransaction
- Throws:
Exception
-
testInferredStatementCount
- Throws:
Exception
-
testGetContextIDs
- Throws:
Exception
-
testXmlCalendarZ
- Throws:
Exception
-
testOptionalFilter
- Throws:
Exception
-
testOrPredicate
- Throws:
Exception
-
testSES713
- Throws:
Exception
-
testSES2172ChineseChars
- Throws:
Exception
-
testQueryDefaultGraph
- Throws:
Exception
-
testQueryBaseURI
- Throws:
Exception
-
testUpdateBaseURI
- Throws:
Exception
-
testDeleteDefaultGraph
- Throws:
Exception
-