public static class AndChainMatcher.Builder<T> extends ChainBuilder<T>
factory| Constructor and Description |
|---|
AndChainMatcher.Builder() |
AndChainMatcher.Builder(ChainFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
AndChainMatcher.Builder<T> |
and(Collection<? extends org.hamcrest.Matcher<? super T>> m) |
AndChainMatcher.Builder<T> |
and(org.hamcrest.Matcher<? super T>... m) |
AndChainMatcher.Builder<T> |
and(org.hamcrest.Matcher<? super T> m) |
add, add, add, build, describeMismatch, describeTo, factory, getPrecedence, matcher, matches, matchesnestedDescribe, nestedDescribeMismatch, nestedQuickMatch, nestedQuickMatch, precedenceOfquickMatch, quickMatch_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringpublic AndChainMatcher.Builder()
public AndChainMatcher.Builder(ChainFactory factory)
public AndChainMatcher.Builder<T> and(org.hamcrest.Matcher<? super T> m)
public AndChainMatcher.Builder<T> and(org.hamcrest.Matcher<? super T>... m)
public AndChainMatcher.Builder<T> and(Collection<? extends org.hamcrest.Matcher<? super T>> m)
Copyright © 2013. All Rights Reserved.