public interface MutableTestResultsSummary extends TestResultsSummary
TestResultsSummary
Modifier and Type | Method and Description |
---|---|
void |
addCountsFrom(TestResultsSummary testResultsSummary)
Merges the given
TestResultsSummary with the current TestResultsSummary |
void |
addToTotalDuration(long addition) |
void |
incrementExistingFailureCount() |
void |
incrementFailedCount() |
void |
incrementFixedCount() |
void |
incrementNewFailureCount() |
void |
incrementQuarantinedCount() |
void |
incrementSkippedCount() |
void |
incrementSuccessCount() |
void |
incrementTotalCount() |
void |
setExistingFailedTestCount(int existingFailedTestCount) |
void |
setFailedTestCaseCount(int failedTestCaseCount) |
void |
setFixedTestCaseCount(int fixedTestCaseCount) |
void |
setNewFailedTestCaseCount(int brokenTestCaseCount) |
void |
setQuarantinedTestCaseCount(int quarantinedTestCount) |
void |
setSkippedTestCaseCount(int skippedTestCaseCount) |
void |
setSuccessfulTestCaseCount(int successfulTestCaseCount) |
void |
setTotalTestCaseCount(int totalTestCaseCount) |
void |
setTotalTestDuration(long totalTestDuration) |
getExistingFailedTestCount, getFailedTestCaseCount, getFixedTestCaseCount, getIgnoredTestCaseCount, getNewFailedTestCaseCount, getQuarantinedTestCaseCount, getSkippedTestCaseCount, getSuccessfulTestCaseCount, getTestSummaryDescription, getTotalTestCaseCount, getTotalTestDuration, hasFailedTestResults, hasIgnoredTestResults, hasQuarantinedTestResults, hasSkippedTestResults, hasSuccessfulTestResults
void incrementSuccessCount()
void incrementFailedCount()
void incrementSkippedCount()
void incrementTotalCount()
void incrementNewFailureCount()
void incrementExistingFailureCount()
void incrementFixedCount()
void incrementQuarantinedCount()
void addToTotalDuration(long addition)
void setSuccessfulTestCaseCount(int successfulTestCaseCount)
void setFailedTestCaseCount(int failedTestCaseCount)
void setTotalTestCaseCount(int totalTestCaseCount)
void setNewFailedTestCaseCount(int brokenTestCaseCount)
void setExistingFailedTestCount(int existingFailedTestCount)
void setFixedTestCaseCount(int fixedTestCaseCount)
void setQuarantinedTestCaseCount(int quarantinedTestCount)
void setSkippedTestCaseCount(int skippedTestCaseCount)
void setTotalTestDuration(long totalTestDuration)
void addCountsFrom(@NotNull TestResultsSummary testResultsSummary)
TestResultsSummary
with the current TestResultsSummary
testResultsSummary
- to merge fromCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.