public abstract class TestCaseResult extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TestCaseResult(TestCase testCase)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TestCase |
getTestCase()
Gets the associated test case.
|
com.hp.hpl.jena.datatypes.xsd.XSDDateTime |
getTimestamp()
Gets the result timestamp.
|
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
Serializes a TestCaseResult in a model.
|
protected TestCaseResult(TestCase testCase)
testCase - the test case this result is erlated withpublic com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
model - The @Model we want to write totestExecutionURI - The test execution URI for the current executionpublic TestCase getTestCase()
public com.hp.hpl.jena.datatypes.xsd.XSDDateTime getTimestamp()
Copyright © 2015. All rights reserved.