public abstract class CompositeTestResults extends TestResultModel
DURATION_FORMATTER| Modifier | Constructor and Description |
|---|---|
protected |
CompositeTestResults(CompositeTestResults parent) |
| Modifier and Type | Method and Description |
|---|---|
protected TestResult |
addTest(TestResult test) |
protected void |
failed(TestResult failedTest) |
long |
getDuration() |
int |
getFailureCount() |
Set<TestResult> |
getFailures() |
String |
getFormattedDuration() |
String |
getFormattedSuccessRate() |
TestResult.ResultType |
getResultType() |
Number |
getSuccessRate() |
int |
getTestCount() |
getFormattedResultType, getStatusClass, getTitleprotected CompositeTestResults(CompositeTestResults parent)
public int getTestCount()
public int getFailureCount()
public long getDuration()
getDuration in class TestResultModelpublic String getFormattedDuration()
getFormattedDuration in class TestResultModelpublic Set<TestResult> getFailures()
public TestResult.ResultType getResultType()
getResultType in class TestResultModelpublic String getFormattedSuccessRate()
public Number getSuccessRate()
protected void failed(TestResult failedTest)
protected TestResult addTest(TestResult test)
Copyright © 2013. All rights reserved