public class TestCaseAnnotation extends Object
| Constructor and Description |
|---|
TestCaseAnnotation(TestGenerationType generated,
String autoGeneratorURI,
TestAppliesTo appliesTo,
String sourceUri,
Collection<String> references,
String description,
RLOGLevel testCaseLogLevel,
Collection<ResultAnnotation> resultAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
TestAppliesTo |
getAppliesTo() |
String |
getAutoGeneratorURI() |
String |
getDescription() |
TestGenerationType |
getGenerated() |
Collection<String> |
getReferences() |
Collection<ResultAnnotation> |
getResultAnnotations() |
String |
getSourceUri() |
RLOGLevel |
getTestCaseLogLevel() |
Collection<ResultAnnotation> |
getVariableAnnotations() |
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Resource resource,
com.hp.hpl.jena.rdf.model.Model model) |
public TestCaseAnnotation(TestGenerationType generated, String autoGeneratorURI, TestAppliesTo appliesTo, String sourceUri, Collection<String> references, String description, RLOGLevel testCaseLogLevel, Collection<ResultAnnotation> resultAnnotations)
public com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Resource resource,
com.hp.hpl.jena.rdf.model.Model model)
public TestGenerationType getGenerated()
public String getAutoGeneratorURI()
public TestAppliesTo getAppliesTo()
public String getSourceUri()
public Collection<String> getReferences()
public RLOGLevel getTestCaseLogLevel()
public Collection<ResultAnnotation> getResultAnnotations()
public Collection<ResultAnnotation> getVariableAnnotations()
public String getDescription()
Copyright © 2014. All rights reserved.