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
Constructors Constructor Description TestCollectionResultMatcherBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCollectionResultMatcherBuilder
failedTestResults(int size)
TestCollectionResultMatcherBuilder
failedTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
TestCollectionResultMatcherBuilder
skippedTestResults(int size)
TestCollectionResultMatcherBuilder
skippedTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
TestCollectionResultMatcherBuilder
successfulTestResults(int size)
TestCollectionResultMatcherBuilder
successfulTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
-
Methods inherited from class com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder
build, put
-
-
-
-
Method Detail
-
failedTestResults
public TestCollectionResultMatcherBuilder failedTestResults(@NotNull @NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
-
failedTestResults
public TestCollectionResultMatcherBuilder failedTestResults(int size)
-
skippedTestResults
public TestCollectionResultMatcherBuilder skippedTestResults(@NotNull @NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
-
skippedTestResults
public TestCollectionResultMatcherBuilder skippedTestResults(int size)
-
successfulTestResults
public TestCollectionResultMatcherBuilder successfulTestResults(@NotNull @NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
-
successfulTestResults
public TestCollectionResultMatcherBuilder successfulTestResults(int size)
-
-