public class PatternBasedTestCase extends TestCase
PatternBasedTestCase class.
| Constructor and Description |
|---|
PatternBasedTestCase(String testURI,
TestCaseAnnotation annotation,
Pattern pattern,
Collection<Binding> bindings)
Constructor for PatternBasedTestCase.
|
| 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 PatternBasedTestCase(String testURI, TestCaseAnnotation annotation, Pattern pattern, Collection<Binding> bindings) throws TestCaseInstantiationException
Constructor for PatternBasedTestCase.
testURI - a String object.annotation - a TestCaseAnnotation object.pattern - a Pattern object.bindings - a Collection 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.