public class ManualTestCase extends TestCase
ManualTestCase class.
| Constructor and Description |
|---|
ManualTestCase(String testURI,
TestCaseAnnotation annotation,
String sparqlWhere,
String sparqlPrevalence)
Constructor for ManualTestCase.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSparqlPrevalence()
getSparqlPrevalence.
|
String |
getSparqlWhere()
getSparqlWhere.
|
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Model model)
serialize.
|
compareTo, equals, getAbrTestURI, getLogLevel, getResultAnnotations, getResultMessage, getSparqlPrevalenceQuery, getTestURI, getUnitTestModel, getVariableAnnotations, hashCode, toStringpublic ManualTestCase(String testURI, TestCaseAnnotation annotation, String sparqlWhere, String sparqlPrevalence) throws TestCaseInstantiationException
Constructor for ManualTestCase.
testURI - a String object.annotation - a TestCaseAnnotation object.sparqlWhere - a String object.sparqlPrevalence - a String object.TestCaseInstantiationException - if any.public com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Model model)
serialize.
public String getSparqlWhere()
getSparqlWhere.
getSparqlWhere in class TestCaseString object.public String getSparqlPrevalence()
getSparqlPrevalence.
getSparqlPrevalence in class TestCaseString object.Copyright © 2015. All rights reserved.