public class RDBMSDataStoreTest extends DataStoreContractTest
Constructor and Description |
---|
RDBMSDataStoreTest() |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Deletes any files and releases any resources used by the tested DataStore
and its persistence mechanism
|
DataStore |
getDataStore() |
setUp, tearDown, testAtomInReadAndWritePartitions, testAtomInTwoReadPartitions, testCommit, testCommitAfterClose, testDeletePartition, testDeletePartitionInUse, testDoubleCommit, testExecuteQuery, testExecuteQueryIllegalProjectionVariable, testExternalFunctionalPredicate, testGetAtomAfterClose, testGetAtomUnregisteredPredicate, testGetInserterForDeserializedPredicate, testGetInserterPartitionInUseRead, testGetInserterPartitionInUseWrite, testGetInserterUnregisteredPredicate, testInsertAndGetAtom, testInsertTwoAtoms, testIsClosed, testLateRegisteredPredicate, testPredicateRegistration, testPredicateSerialization, testQueryAfterClose, testSharedReadPartition, testSharedReadWritePartition1, testSharedReadWritePartition2, testSharedWritePartition, testSpecialPredicates, testStringEscaping
public DataStore getDataStore()
getDataStore
in class DataStoreContractTest
public void cleanUp()
DataStoreContractTest
cleanUp
in class DataStoreContractTest