com.atlassian.bamboo.testutils.matchers.test
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCollectionResultMatcherBuilder
public TestCollectionResultMatcherBuilder()
failedTestResults
public TestCollectionResultMatcherBuilder failedTestResults(@NotNull
org.hamcrest.Matcher<Iterable<TestResults>> matcher)
failedTestResults
public TestCollectionResultMatcherBuilder failedTestResults(int size)
skippedTestResults
public TestCollectionResultMatcherBuilder skippedTestResults(@NotNull
org.hamcrest.Matcher<Iterable<TestResults>> matcher)
skippedTestResults
public TestCollectionResultMatcherBuilder skippedTestResults(int size)
successfulTestResults
public TestCollectionResultMatcherBuilder successfulTestResults(@NotNull
org.hamcrest.Matcher<Iterable<TestResults>> matcher)
successfulTestResults
public TestCollectionResultMatcherBuilder successfulTestResults(int size)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.