public class StatusTestCaseResult extends TestCaseResult
| Constructor and Description |
|---|
StatusTestCaseResult(TestCase testCase,
TestCaseResultStatus status)
Instantiates a new Status test case result.
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseResultStatus |
getStatus()
Gets the status.
|
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
Serializes a TestCaseResult in a model.
|
getTestCase, getTimestamppublic StatusTestCaseResult(TestCase testCase, TestCaseResultStatus status)
testCase - the test casestatus - the statuspublic com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
serialize in class TestCaseResultmodel - The @Model we want to write totestExecutionURI - The test execution URI for the current executionpublic TestCaseResultStatus getStatus()
Copyright © 2015. All rights reserved.