Class PropertyMatcher<T>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeDiagnosingMatcher<T>
-
- com.atlassian.bamboo.testutils.matchers.PropertyMatcher<T>
-
- All Implemented Interfaces:
org.hamcrest.Matcher<T>
,org.hamcrest.SelfDescribing
public class PropertyMatcher<T> extends org.hamcrest.TypeSafeDiagnosingMatcher<T>
-
-
Constructor Summary
Constructors Constructor Description PropertyMatcher(List<org.hamcrest.Matcher<T>> expectedPropertyMatchers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
boolean
matchesSafely(T item, org.hamcrest.Description mismatchDescription)
-