public interface MutableTestResultsSummary extends TestResultsSummary
TestResultsSummary
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 @NotNull TestResultsSummary testResultsSummary)
TestResultsSummary
with the current TestResultsSummary
testResultsSummary
- to merge fromCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.