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 RepositoryConnectionTest
alexander, alice, bob, context1, context2, FOAF_NS, mbox, mboxAlice, mboxBob, name, nameAlice, nameBob, publisher, TEST_DIR_PREFIX, testCon, testCon2, testRepository, testRepositoryDataDir, unknownContext, vf, АлександърModifier and TypeFieldDescriptionprotected Resourceprotected Resourceprotected Resourceprotected IRIprotected IRIprotected static final Stringprotected IRIprotected Literalprotected Literalprotected IRIprotected Literalprotected Literalprotected final IRIstatic final Stringprotected RepositoryConnectionprotected RepositoryConnectionprotected Repositoryprotected Fileprotected IRIprotected ValueFactoryprotected Literal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IsolationLevel[]protected voidsetupTest(IsolationLevel level) voidvoidvoidvoidtestExplicitFlag(IsolationLevel level) voidvoidvoidvoidtestMakeExplicit(IsolationLevel level) voidvoidMethods inherited from class RepositoryConnectionTest
cleanupRepositoryDataDir, createRepository, deleteDataDirAfterShutdown, 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, testRollbackAfterInterrupt, testSES2172ChineseChars, testSES713, testSimpleBooleanQuery, testSimpleGraphQuery, testSimpleTupleQuery, testSimpleTupleQueryUnicode, testSizeCommit, testSizeDuplicateStatement, testSizeRollback, testStatementSerialization, testTransactionIsolation, testUpdateBaseURI, testUpdateInTransaction, testURISerialization, testXmlCalendarZModifier and TypeMethodDescriptionprotected voidcleanupRepositoryDataDir(Repository repository, File dataDir) protected abstract RepositorycreateRepository(File dataDir) Gets an (uninitialized) instance of the repository that should be tested.protected booleanvoidstatic voidvoidtearDown()voidtestAddDelete(IsolationLevel level) voidtestAddDeleteAdd(IsolationLevel level) voidvoidvoidtestAddInputStream(IsolationLevel level) voidvoidvoidvoidvoidtestAddReader(IsolationLevel level) voidtestAddReaderInTxn(IsolationLevel level) voidtestAddRemove(IsolationLevel level) voidtestAddRemoveAdd(IsolationLevel level) voidvoidtestAddStatement(IsolationLevel level, File dataDir) voidvoidtestAddZipFile(IsolationLevel level) voidtestAutoCommit(IsolationLevel level) voidvoidtestClear(IsolationLevel level) voidvoidtestDataset(IsolationLevel level) voidvoidvoidtestEmptyCommit(IsolationLevel level) voidtestEmptyRollback(IsolationLevel level) voidtestGetContextIDs(IsolationLevel level) voidtestGetNamespace(IsolationLevel level) voidtestGetNamespaces(IsolationLevel level) voidtestGetStatements(IsolationLevel level) voidvoidvoidvoidvoidvoidvoidvoidvoidtestInsertDelete(IsolationLevel level) final voidtestInsertRemove(IsolationLevel level) voidvoidtestOpen(IsolationLevel level) voidtestOptionalFilter(IsolationLevel level) voidtestOrPredicate(IsolationLevel level) voidvoidvoidvoidvoidvoidtestQueryBaseURI(IsolationLevel level) voidvoidvoidvoidvoidvoidvoidvoidvoidtestRollback(IsolationLevel level) voidvoidvoidtestSES713(IsolationLevel level) voidvoidvoidvoidvoidtestSizeCommit(IsolationLevel level) voidvoidtestSizeRollback(IsolationLevel level) voidvoidvoidtestUpdateBaseURI(IsolationLevel level) voidvoidvoidtestXmlCalendarZ(IsolationLevel level)
-
Constructor Details
-
RDFSchemaRepositoryConnectionTest
public RDFSchemaRepositoryConnectionTest()
-
-
Method Details
-
parameters
-
setupTest
- Overrides:
setupTestin 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)
-