com.atlassian.bamboo.testutils.matchers
Class PropertyMatcherBuilder<T,B extends PropertyMatcherBuilder>

java.lang.Object
  extended by com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder<T,B>
Direct Known Subclasses:
RestCapabilityMatcherBuilder, TestCaseSummaryMatcherBuilder, TestCollectionResultMatcherBuilder, TestResultsSummaryMatcherBuilder

public class PropertyMatcherBuilder<T,B extends PropertyMatcherBuilder>
extends Object


Constructor Summary
PropertyMatcherBuilder()
           
 
Method Summary
 org.hamcrest.Matcher<T> build()
           
 B put(String property, org.hamcrest.Matcher<?> matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMatcherBuilder

public PropertyMatcherBuilder()
Method Detail

put

public B put(String property,
             org.hamcrest.Matcher<?> matcher)

build

public org.hamcrest.Matcher<T> build()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.