| Package | Description |
|---|---|
| org.aksw.rdfunit.tests | |
| org.aksw.rdfunit.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseValidator.validate()
validateQueries.
|
| Constructor and Description |
|---|
ManualTestCase(String testURI,
TestCaseAnnotation annotation,
String sparqlWhere,
String sparqlPrevalence)
Constructor for ManualTestCase.
|
PatternBasedTestCase(String testURI,
TestCaseAnnotation annotation,
Pattern pattern,
Collection<Binding> bindings)
Constructor for PatternBasedTestCase.
|
TestCase(String testURI,
TestCaseAnnotation annotation)
Constructor for TestCase.
|
| Modifier and Type | Method and Description |
|---|---|
static ManualTestCase |
TestUtils.instantiateSingleManualTestFromModel(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
String testURI)
instantiateSingleManualTestFromModel.
|
static PatternBasedTestCase |
TestUtils.instantiateSinglePatternTestFromModel(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
String testURI)
instantiateSinglePatternTestFromModel.
|
static Collection<TestCase> |
TestUtils.instantiateTestsFromModel(com.hp.hpl.jena.rdf.model.Model model,
boolean strict)
instantiateTestsFromModel.
|
Copyright © 2015. All rights reserved.