com.atlassian.bamboo.testutils.matchers
Class PropertyMatcherBuilder<T,B extends PropertyMatcherBuilder>
java.lang.Object
com.atlassian.bamboo.testutils.matchers.PropertyMatcherBuilder<T,B>
- Direct Known Subclasses:
- RestCapabilityMatcherBuilder, TestCaseSummaryMatcherBuilder, TestCollectionResultMatcherBuilder, TestResultsSummaryMatcherBuilder
public class PropertyMatcherBuilder<T,B extends PropertyMatcherBuilder>
- extends Object
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 |
PropertyMatcherBuilder
public PropertyMatcherBuilder()
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.