Class RDFSchemaRepositoryConnectionTest
java.lang.Object
org.eclipse.rdf4j.testsuite.repository.RepositoryConnectionTest
org.eclipse.rdf4j.testsuite.repository.RDFSchemaRepositoryConnectionTest
- Author:
- jeen, Arjohn Kampman
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.testsuite.repository.RepositoryConnectionTest
alexander, alice, bob, context1, context2, FOAF_NS, mbox, mboxAlice, mboxBob, name, nameAlice, nameBob, publisher, TEST_DIR_PREFIX, testCon, testCon2, testRepository, unknownContext, vf, Александър
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IsolationLevel[]
protected void
setupTest
(IsolationLevel level) void
void
void
void
testExplicitFlag
(IsolationLevel level) void
void
void
void
testMakeExplicit
(IsolationLevel level) void
void
Methods inherited from class org.eclipse.rdf4j.testsuite.repository.RepositoryConnectionTest
createRepository, setUp, setUpClass, tearDown, testAddDelete, testAddDeleteAdd, testAddDeleteInsert, testAddGzipInputStream, testAddInputStream, testAddInputStreamInTxn, testAddLiteralWithNewline, testAddMalformedLiteralsDefaultConfig, testAddMalformedLiteralsStrictConfig, testAddReader, testAddReaderInTxn, testAddRemove, testAddRemoveAdd, testAddRemoveInsert, testAddStatement, testAddStatementWithContext, testAddZipFile, testAutoCommit, testBNodeSerialization, testClear, testClearStatementsFromContextSingleTransaction, testDataset, testDeleteDefaultGraph, testDuplicateFilter, testEmptyCommit, testEmptyRollback, testGetContextIDs, testGetNamespace, testGetNamespaces, testGetStatements, testGetStatementsInMultipleContexts, testGetStatementsInSingleContext, testGetStatementsIterable, testGetStatementsMalformedLanguageLiteral, testGetStatementsMalformedTypedLiteral, testGraphSerialization, testImportNamespacesFromIterable, testInferredStatementCount, testInsertDelete, testInsertRemove, testLiteralSerialization, testOpen, testOptionalFilter, testOrPredicate, testPreparedBooleanQuery, testPreparedGraphQuery, testPreparedTupleQuery, testPreparedTupleQueryUnicode, testPrepareSPARQLQuery, testQueryBaseURI, testQueryDefaultGraph, testQueryInTransaction, testRecoverFromParseError, testRemoveStatementCollection, testRemoveStatementIteration, testRemoveStatements, testRemoveStatementsFromContextSingleTransaction, testRemoveStatementWithContext, testRollback, testSES2172ChineseChars, testSES713, testSimpleBooleanQuery, testSimpleGraphQuery, testSimpleTupleQuery, testSimpleTupleQueryUnicode, testSizeCommit, testSizeDuplicateStatement, testSizeRollback, testStatementSerialization, testTransactionIsolation, testUpdateBaseURI, testUpdateInTransaction, testURISerialization, testXmlCalendarZ
-
Constructor Details
-
RDFSchemaRepositoryConnectionTest
public RDFSchemaRepositoryConnectionTest()
-
-
Method Details
-
parameters
-
setupTest
- Overrides:
setupTest
in classRepositoryConnectionTest
-
testDomainInference
@ParameterizedTest @MethodSource("parameters") public void testDomainInference(IsolationLevel level) -
testSubClassInference
@ParameterizedTest @MethodSource("parameters") public void testSubClassInference(IsolationLevel level) -
testSubClassInferenceAfterRemoval
@ParameterizedTest @MethodSource("parameters") public void testSubClassInferenceAfterRemoval(IsolationLevel level) -
testMakeExplicit
-
testExplicitFlag
-
testInferencerUpdates
@ParameterizedTest @MethodSource("parameters") public void testInferencerUpdates(IsolationLevel level) -
testInferencerQueryDuringTransaction
@ParameterizedTest @MethodSource("parameters") public void testInferencerQueryDuringTransaction(IsolationLevel level) -
testInferencerTransactionIsolation
@ParameterizedTest @EnumSource(IsolationLevels.class) public void testInferencerTransactionIsolation(IsolationLevel level) -
testContextStatementsNotDuplicated
@ParameterizedTest @MethodSource("parameters") public void testContextStatementsNotDuplicated(IsolationLevel level) -
testContextStatementsNotDuplicated2
@ParameterizedTest @MethodSource("parameters") public void testContextStatementsNotDuplicated2(IsolationLevel level)
-