public class AggregatedTestCaseResult extends StatusTestCaseResult
| Constructor and Description |
|---|
AggregatedTestCaseResult(TestCase testCase,
long errorCount,
long prevalenceCount)
Instantiates a new Aggregated test case result.
|
AggregatedTestCaseResult(TestCase testCase,
TestCaseResultStatus status,
long errorCount,
long prevalenceCount)
Instantiates a new Aggregated test case result.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getErrorCount()
Gets error count.
|
long |
getPrevalenceCount()
Gets prevalence count.
|
com.hp.hpl.jena.rdf.model.Resource |
serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
Serializes a TestCaseResult in a model.
|
String |
toString() |
getStatusgetTestCase, getTimestamppublic AggregatedTestCaseResult(TestCase testCase, long errorCount, long prevalenceCount)
testCase - the test caseerrorCount - the error countprevalenceCount - the prevalence countpublic AggregatedTestCaseResult(TestCase testCase, TestCaseResultStatus status, long errorCount, long prevalenceCount)
testCase - the test casestatus - the statuserrorCount - the error countprevalenceCount - the prevalence countpublic com.hp.hpl.jena.rdf.model.Resource serialize(com.hp.hpl.jena.rdf.model.Model model,
String testExecutionURI)
serialize in class StatusTestCaseResultmodel - The @Model we want to write totestExecutionURI - The test execution URI for the current executionpublic long getErrorCount()
public long getPrevalenceCount()
Copyright © 2015. All rights reserved.