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