public interface TestResultsSummary
Modifier and Type | Method and Description |
---|---|
int |
getExistingFailedTestCount() |
int |
getFailedTestCaseCount() |
int |
getFixedTestCaseCount() |
int |
getIgnoredTestCaseCount()
Return total number of ignored (quarantined and skipped) test
|
int |
getNewFailedTestCaseCount() |
int |
getQuarantinedTestCaseCount() |
int |
getSkippedTestCaseCount()
Returns number of test cases classified as skipped by the parser.
|
int |
getSuccessfulTestCaseCount() |
String |
getTestSummaryDescription() |
int |
getTotalTestCaseCount() |
long |
getTotalTestDuration() |
boolean |
hasFailedTestResults() |
boolean |
hasIgnoredTestResults() |
boolean |
hasQuarantinedTestResults() |
boolean |
hasSkippedTestResults() |
boolean |
hasSuccessfulTestResults() |
@NotNull String getTestSummaryDescription()
int getSuccessfulTestCaseCount()
int getFailedTestCaseCount()
int getTotalTestCaseCount()
int getNewFailedTestCaseCount()
int getExistingFailedTestCount()
int getFixedTestCaseCount()
int getQuarantinedTestCaseCount()
int getSkippedTestCaseCount()
int getIgnoredTestCaseCount()
boolean hasFailedTestResults()
boolean hasQuarantinedTestResults()
boolean hasIgnoredTestResults()
boolean hasSuccessfulTestResults()
boolean hasSkippedTestResults()
long getTotalTestDuration()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.