public class BigdataStoreTest extends RDFStoreTest
| Constructor and Description |
|---|
BigdataStoreTest() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
countQueryResults(String query) |
protected org.openrdf.sail.Sail |
createSail()
Gets an instance of the Sail that should be tested.
|
protected Properties |
getProperties() |
void |
tearDown()
Overridden to destroy the backend database and its files on the disk.
|
void |
testAddData()
Modified to test SPARQL instead of Serql.
|
void |
testAddWhileQuerying()
Modified to test SPARQL instead of Serql.
|
void |
testDualConnections()
Bigdata uses snapshot isolation for transactions while openrdf assumes
that any writes committed by a transaction become immediately visible to
transactions which are already running.
|
void |
testEmptyRepository()
Modified to test SPARQL instead of Serql.
|
void |
testQueryBindings()
Modified to test SPARQL instead of Serql.
|
void |
testRemoveAndClear()
Modified to test SPARQL instead of Serql.
|
protected void |
testValueRoundTrip(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj) |
countAllElements, countContext1Elements, setUp, testBNodeReuse, testClearNamespaces, testClose, testContexts, testCreateURI1, testCreateURI2, testDecimalRoundTrip, testGetContextIDs, testGetNamespace, testGetNamespaces, testInvalidDateTime, testLongLangRoundTrip, testLongLiteralRoundTrip, testLongURIRoundTrip, testNullNamespaceDisallowed, testNullPrefixDisallowed, testOldURI, testReallyLongLiteralRoundTrip, testRemoveNamespaces, testSize, testStatementEquals, testStatementSerialization, testTimeZoneRoundTrip, testValueRoundTrip1, testValueRoundTrip2, testValueRoundTrip3, testValueRoundTrip4, testValueRoundTrip5, verifyQueryResultassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic void tearDown()
throws Exception
tearDown in class RDFStoreTestExceptionprotected Properties getProperties()
protected org.openrdf.sail.Sail createSail()
throws org.openrdf.sail.SailException
RDFStoreTestcreateSail in class RDFStoreTestSailException - If the initialization of the repository failed.public void testDualConnections()
throws Exception
testDualConnections in class RDFStoreTestExceptionprotected void testValueRoundTrip(org.openrdf.model.Resource subj,
org.openrdf.model.URI pred,
org.openrdf.model.Value obj)
throws Exception
testValueRoundTrip in class RDFStoreTestExceptionpublic void testEmptyRepository()
throws Exception
testEmptyRepository in class RDFStoreTestExceptionpublic void testAddData()
throws Exception
testAddData in class RDFStoreTestExceptionpublic void testAddWhileQuerying()
throws Exception
testAddWhileQuerying in class RDFStoreTestExceptionpublic void testRemoveAndClear()
throws Exception
testRemoveAndClear in class RDFStoreTestExceptionpublic void testQueryBindings()
throws Exception
testQueryBindings in class RDFStoreTestExceptionprotected int countQueryResults(String query) throws Exception
countQueryResults in class RDFStoreTestExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.