T - public abstract class MatcherChainBase<T> extends NestedResultMatcher<T>
MatcherNestedResultMatcher.NestedMatch<T,M extends org.hamcrest.Matcher<?>>, NestedResultMatcher.NestedMismatch<T,M extends org.hamcrest.Matcher<?>>, NestedResultMatcher.NestedResult<T,M extends org.hamcrest.Matcher<?>>| Modifier and Type | Field and Description |
|---|---|
protected org.hamcrest.Matcher<? super T>[] |
matchers |
P_AND, P_ATOMIC, P_COMPLEX, P_NONE, P_OR, P_UNARY, P_UNARY_NO_PAREN| Constructor and Description |
|---|
MatcherChainBase(Collection<? extends org.hamcrest.Matcher<? super T>> matchers) |
MatcherChainBase(org.hamcrest.Matcher<? super T>... matchers) |
| Modifier and Type | Method and Description |
|---|---|
List<org.hamcrest.Matcher<? super T>> |
matchersList() |
nestedDescribe, nestedDescribeTo, nestedMatch, nestedMatchdescribeMismatch, matches, matches, matchResultquickMatch, quickMatch, quickMatchResult_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionPrecedenceprotected final org.hamcrest.Matcher<? super T>[] matchers
public MatcherChainBase(org.hamcrest.Matcher<? super T>... matchers)
public MatcherChainBase(Collection<? extends org.hamcrest.Matcher<? super T>> matchers)
Copyright © 2015. All rights reserved.