public abstract class TestCase extends Object implements Comparable<TestCase>
| Constructor and Description |
|---|
TestCase(String testURI,
TestCaseAnnotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TestCase o) |
boolean |
equals(Object o) |
String |
getAbrTestURI() |
RLOGLevel |
getLogLevel() |
Collection<ResultAnnotation> |
getResultAnnotations() |
String |
getResultMessage() |
abstract String |
getSparqlPrevalence() |
com.hp.hpl.jena.query.Query |
getSparqlPrevalenceQuery() |
abstract String |
getSparqlWhere() |
String |
getTestURI() |
com.hp.hpl.jena.rdf.model.Model |
getUnitTestModel() |
Collection<ResultAnnotation> |
getVariableAnnotations() |
int |
hashCode() |
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Model model) |
String |
toString() |
void |
validateQueries() |
public TestCase(String testURI, TestCaseAnnotation annotation) throws TestCaseInstantiationException
TestCaseInstantiationExceptionpublic com.hp.hpl.jena.rdf.model.Model getUnitTestModel()
public abstract String getSparqlWhere()
public abstract String getSparqlPrevalence()
public com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Model model)
public String getResultMessage()
public RLOGLevel getLogLevel()
public Collection<ResultAnnotation> getResultAnnotations()
public Collection<ResultAnnotation> getVariableAnnotations()
public com.hp.hpl.jena.query.Query getSparqlPrevalenceQuery()
public String getTestURI()
public String getAbrTestURI()
public void validateQueries()
throws TestCaseInstantiationException
TestCaseInstantiationExceptionpublic int compareTo(TestCase o)
compareTo in interface Comparable<TestCase>Copyright © 2014. All rights reserved.