Uses of Class
com.atlassian.bamboo.testutils.matchers.test.TestCollectionResultMatcherBuilder
-
Packages that use TestCollectionResultMatcherBuilder Package Description com.atlassian.bamboo.testutils.matchers com.atlassian.bamboo.testutils.matchers.test -
-
Uses of TestCollectionResultMatcherBuilder in com.atlassian.bamboo.testutils.matchers
Methods in com.atlassian.bamboo.testutils.matchers that return TestCollectionResultMatcherBuilder Modifier and Type Method Description static TestCollectionResultMatcherBuilder
EntityMatchers. testCollectionResult()
-
Uses of TestCollectionResultMatcherBuilder in com.atlassian.bamboo.testutils.matchers.test
Methods in com.atlassian.bamboo.testutils.matchers.test that return TestCollectionResultMatcherBuilder Modifier and Type Method Description TestCollectionResultMatcherBuilder
TestCollectionResultMatcherBuilder. failedTestResults(int size)
TestCollectionResultMatcherBuilder
TestCollectionResultMatcherBuilder. failedTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
TestCollectionResultMatcherBuilder
TestCollectionResultMatcherBuilder. skippedTestResults(int size)
TestCollectionResultMatcherBuilder
TestCollectionResultMatcherBuilder. skippedTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
TestCollectionResultMatcherBuilder
TestCollectionResultMatcherBuilder. successfulTestResults(int size)
TestCollectionResultMatcherBuilder
TestCollectionResultMatcherBuilder. successfulTestResults(@NotNull org.hamcrest.Matcher<Iterable<TestResults>> matcher)
-