Uses of Class
com.atlassian.bamboo.testutils.matchers.test.TestCollectionResultMatcherBuilder
Package
Description
-
Uses of TestCollectionResultMatcherBuilder in com.atlassian.bamboo.testutils.matchers
-
Uses of TestCollectionResultMatcherBuilder in com.atlassian.bamboo.testutils.matchers.test
Modifier and TypeMethodDescriptionTestCollectionResultMatcherBuilder.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)