public class ExtendedTestCaseResult extends RLOGTestCaseResult
| Constructor and Description |
|---|
ExtendedTestCaseResult(TestCase testCase,
RLOGTestCaseResult rlogResult)
Instantiates a new Extended test case result.
|
ExtendedTestCaseResult(TestCase testCase,
String resource,
String message,
RLOGLevel logLevel)
Instantiates a new Extended test case result.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ResultAnnotation,Set<com.hp.hpl.jena.rdf.model.RDFNode>> |
getVariableAnnotationsMap()
Getter for the field
variableAnnotationsMap. |
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
Serializes a TestCaseResult in a model.
|
getLogLevel, getMessage, getResourcegetTestCase, getTimestamppublic ExtendedTestCaseResult(TestCase testCase, RLOGTestCaseResult rlogResult)
testCase - the test caserlogResult - the rlog resultpublic com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
serialize in class RLOGTestCaseResultmodel - The @Model we want to write totestExecutionURI - The test execution URI for the current executionpublic Map<ResultAnnotation,Set<com.hp.hpl.jena.rdf.model.RDFNode>> getVariableAnnotationsMap()
Getter for the field variableAnnotationsMap.
Map object.Copyright © 2015. All rights reserved.