Class TestCollectionResultMatcherBuilder
java.lang.Object
com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder<TestCollectionResult,TestCollectionResultMatcherBuilder>
com.atlassian.bamboo.testutils.matchers.test.TestCollectionResultMatcherBuilder
public class TestCollectionResultMatcherBuilder
extends PropertyMatcherBuilder<TestCollectionResult,TestCollectionResultMatcherBuilder>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfailedTestResults
(int size) failedTestResults
(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher) skippedTestResults
(int size) skippedTestResults
(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher) successfulTestResults
(int size) successfulTestResults
(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher) Methods inherited from class com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder
build, put
-
Constructor Details
-
TestCollectionResultMatcherBuilder
public TestCollectionResultMatcherBuilder()
-
-
Method Details
-
failedTestResults
public TestCollectionResultMatcherBuilder failedTestResults(@NotNull @NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher) -
failedTestResults
-
skippedTestResults
public TestCollectionResultMatcherBuilder skippedTestResults(@NotNull @NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher) -
skippedTestResults
-
successfulTestResults
public TestCollectionResultMatcherBuilder successfulTestResults(@NotNull @NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher) -
successfulTestResults
-