public class AbstractDataDrivenSPARQLTestCase.UpdateTestHelper extends AbstractDataAndSPARQLTestCase.AbsHelper
Note: This class was derived from the openrdf SPARQLQueryTest file (Aduna BSD style license).
astContainer, queryStr
Constructor and Description |
---|
AbstractDataDrivenSPARQLTestCase.UpdateTestHelper(String testURI) |
AbstractDataDrivenSPARQLTestCase.UpdateTestHelper(String testURI,
String queryFileURL,
String dataFileURL) |
AbstractDataDrivenSPARQLTestCase.UpdateTestHelper(String testURI,
String queryFileURL,
String[] dataFileURLs)
Read the query and load the data file(s) but do not run the query.
|
Modifier and Type | Method and Description |
---|---|
ASTContainer |
getASTContainer() |
AbstractTripleStore |
getTripleStore() |
protected long |
loadData(String resource)
Load some RDF data.
|
compareTupleQueryResults
public AbstractDataDrivenSPARQLTestCase.UpdateTestHelper(String testURI) throws Exception
testURI
- Exception
public AbstractDataDrivenSPARQLTestCase.UpdateTestHelper(String testURI, String queryFileURL, String dataFileURL) throws Exception
Exception
public AbstractDataDrivenSPARQLTestCase.UpdateTestHelper(String testURI, String queryFileURL, String[] dataFileURLs) throws Exception
testURI
- queryFileURL
- dataFileURLs
- resultFileURL
- checkOrder
- Exception
public ASTContainer getASTContainer()
public AbstractTripleStore getTripleStore()
getTripleStore
in class AbstractDataAndSPARQLTestCase.AbsHelper
protected long loadData(String resource)
resource
- The resource whose data will be loaded.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.