public abstract class RDFNotifyingStoreTest extends RDFStoreTest implements org.eclipse.rdf4j.sail.SailChangedListener
| Constructor and Description |
|---|
RDFNotifyingStoreTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.rdf4j.sail.NotifyingSail |
createSail()
Gets an instance of the Sail that should be tested.
|
void |
sailChanged(org.eclipse.rdf4j.sail.SailChangedEvent event) |
void |
setUp() |
void |
testNotifyingRemoveAndClear() |
countAllElements, countContext1Elements, countQueryResults, tearDown, testAddData, testAddWhileQuerying, testBNodeReuse, testClearNamespaces, testClose, testContexts, testCreateURI1, testCreateURI2, testDecimalRoundTrip, testDualConnections, testEmptyRepository, testGetContextIDs, testGetNamespace, testGetNamespaces, testInvalidDateTime, testLongLangRoundTrip, testLongLiteralRoundTrip, testLongURIRoundTrip, testMultiThreadedAccess, testNullNamespaceDisallowed, testNullPrefixDisallowed, testOldURI, testQueryBindings, testReallyLongLiteralRoundTrip, testRemoveAndClear, testRemoveNamespaces, testSize, testStatementEquals, testStatementSerialization, testTimeZoneRoundTrip, testValueRoundTrip1, testValueRoundTrip2, testValueRoundTrip3, testValueRoundTrip4, testValueRoundTrip5protected abstract org.eclipse.rdf4j.sail.NotifyingSail createSail()
throws org.eclipse.rdf4j.sail.SailException
createSail in class RDFStoreTestorg.eclipse.rdf4j.sail.SailException - If the initialization of the repository failed.public void setUp()
throws Exception
setUp in class RDFStoreTestExceptionpublic void testNotifyingRemoveAndClear()
throws Exception
Exceptionpublic void sailChanged(org.eclipse.rdf4j.sail.SailChangedEvent event)
sailChanged in interface org.eclipse.rdf4j.sail.SailChangedListenerCopyright © 2015-2016 Eclipse Foundation. All Rights Reserved.