Class RDFSchemaRepositoryConnectionTest
- java.lang.Object
-
- org.eclipse.rdf4j.testsuite.repository.RepositoryConnectionTest
-
- org.eclipse.rdf4j.testsuite.repository.RDFSchemaRepositoryConnectionTest
-
public abstract class RDFSchemaRepositoryConnectionTest extends RepositoryConnectionTest
- 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
Constructors Constructor Description RDFSchemaRepositoryConnectionTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IsolationLevel[]
parameters()
protected void
setupTest(IsolationLevel level)
void
testContextStatementsNotDuplicated(IsolationLevel level)
void
testContextStatementsNotDuplicated2(IsolationLevel level)
void
testDomainInference(IsolationLevel level)
void
testExplicitFlag(IsolationLevel level)
void
testInferencerQueryDuringTransaction(IsolationLevel level)
void
testInferencerTransactionIsolation(IsolationLevel level)
void
testInferencerUpdates(IsolationLevel level)
void
testMakeExplicit(IsolationLevel level)
void
testSubClassInference(IsolationLevel level)
void
testSubClassInferenceAfterRemoval(IsolationLevel level)
-
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
-
-
-
-
Method Detail
-
parameters
public static IsolationLevel[] parameters()
-
setupTest
protected void setupTest(IsolationLevel level)
- 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
@ParameterizedTest @MethodSource("parameters") public void testMakeExplicit(IsolationLevel level)
-
testExplicitFlag
@ParameterizedTest @MethodSource("parameters") public void testExplicitFlag(IsolationLevel level)
-
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)
-
-