public interface MutableTestResultsSummary extends TestResultsSummary
TestResultsSummarygetExistingFailedTestCount, getFailedTestCaseCount, getFixedTestCaseCount, getIgnoredTestCaseCount, getNewFailedTestCaseCount, getQuarantinedTestCaseCount, getSkippedTestCaseCount, getSuccessfulTestCaseCount, getTestSummaryDescription, getTotalTestCaseCount, getTotalTestDuration, hasFailedTestResults, hasIgnoredTestResults, hasQuarantinedTestResults, hasSkippedTestResults, hasSuccessfulTestResultsvoid 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 TestResultsSummarytestResultsSummary - to merge fromCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.