com.atlassian.bamboo.testutils.matchers.test
Class TestCollectionResultMatcherBuilder

java.lang.Object
  extended by com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder<TestCollectionResult,TestCollectionResultMatcherBuilder>
      extended by com.atlassian.bamboo.testutils.matchers.test.TestCollectionResultMatcherBuilder

public class TestCollectionResultMatcherBuilder
extends PropertyMatcherBuilder<TestCollectionResult,TestCollectionResultMatcherBuilder>


Constructor Summary
TestCollectionResultMatcherBuilder()
           
 
Method Summary
 TestCollectionResultMatcherBuilder failedTestResults(int size)
           
 TestCollectionResultMatcherBuilder failedTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher)
           
 TestCollectionResultMatcherBuilder skippedTestResults(int size)
           
 TestCollectionResultMatcherBuilder skippedTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher)
           
 TestCollectionResultMatcherBuilder successfulTestResults(int size)
           
 TestCollectionResultMatcherBuilder successfulTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher)
           
 
Methods inherited from class com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder
build, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCollectionResultMatcherBuilder

public TestCollectionResultMatcherBuilder()
Method Detail

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.