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