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, verifyQueryResult
assertEquals, 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, toString
public void tearDown() throws Exception
tearDown
in class RDFStoreTest
Exception
protected Properties getProperties()
protected org.openrdf.sail.Sail createSail() throws org.openrdf.sail.SailException
RDFStoreTest
createSail
in class RDFStoreTest
SailException
- If the initialization of the repository failed.public void testDualConnections() throws Exception
testDualConnections
in class RDFStoreTest
Exception
protected void testValueRoundTrip(org.openrdf.model.Resource subj, org.openrdf.model.URI pred, org.openrdf.model.Value obj) throws Exception
testValueRoundTrip
in class RDFStoreTest
Exception
public void testEmptyRepository() throws Exception
testEmptyRepository
in class RDFStoreTest
Exception
public void testAddData() throws Exception
testAddData
in class RDFStoreTest
Exception
public void testAddWhileQuerying() throws Exception
testAddWhileQuerying
in class RDFStoreTest
Exception
public void testRemoveAndClear() throws Exception
testRemoveAndClear
in class RDFStoreTest
Exception
public void testQueryBindings() throws Exception
testQueryBindings
in class RDFStoreTest
Exception
protected int countQueryResults(String query) throws Exception
countQueryResults
in class RDFStoreTest
Exception
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.