Class TestResultsSummaryMatcherBuilder
java.lang.Object
com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder<TestResultsSummary,TestResultsSummaryMatcherBuilder>
com.atlassian.bamboo.testutils.matchers.test.TestResultsSummaryMatcherBuilder
public class TestResultsSummaryMatcherBuilder
extends PropertyMatcherBuilder<TestResultsSummary,TestResultsSummaryMatcherBuilder>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexistingFailedTestCaseCount
(int count) failedTestCaseCount
(int count) fixedTestCaseCount
(int count) newFailedTestCaseCount
(int count) quarantinedTestCaseCount
(int count) skippedTestCaseCount
(int count) successfulTestCaseCount
(int count) totalTestCaseCount
(int count) Methods inherited from class com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder
build, put
-
Constructor Details
-
TestResultsSummaryMatcherBuilder
public TestResultsSummaryMatcherBuilder()
-
-
Method Details
-
successfulTestCaseCount
-
failedTestCaseCount
-
totalTestCaseCount
-
newFailedTestCaseCount
-
existingFailedTestCaseCount
-
fixedTestCaseCount
-
quarantinedTestCaseCount
-
skippedTestCaseCount
-