public static class SomeOfChainMatcher.SomeOfChainFactory extends ChainFactoryBase
| Constructor and Description |
|---|
SomeOfChainFactory(org.hamcrest.Matcher<? super Integer> countMatcher) |
| Modifier and Type | Method and Description |
|---|---|
<T> org.hamcrest.Matcher<T> |
create(Collection<? extends org.hamcrest.Matcher<? super T>> chain)
Creates a matcher chain.
|
<T> SomeOfChainMatcher.Builder<T> |
of(Collection<? extends org.hamcrest.Matcher<? super T>> matcher)
Creates a matcher chain.
|
<T> SomeOfChainMatcher.Builder<T> |
of(org.hamcrest.Matcher<? super T>... matchers)
Creates a matcher chain.
|
<T> SomeOfChainMatcher.Builder<T> |
of(org.hamcrest.Matcher<? super T> matcher) |
createpublic SomeOfChainFactory(org.hamcrest.Matcher<? super Integer> countMatcher)
public <T> org.hamcrest.Matcher<T> create(Collection<? extends org.hamcrest.Matcher<? super T>> chain)
ChainFactorychain - elements of the chainpublic <T> SomeOfChainMatcher.Builder<T> of(org.hamcrest.Matcher<? super T> matcher)
public <T> SomeOfChainMatcher.Builder<T> of(org.hamcrest.Matcher<? super T>... matchers)
ChainFactoryof in interface ChainFactoryof in class ChainFactoryBasematchers - elements of the chainpublic <T> SomeOfChainMatcher.Builder<T> of(Collection<? extends org.hamcrest.Matcher<? super T>> matcher)
ChainFactoryof in interface ChainFactoryof in class ChainFactoryBasematcher - elements of the chainCopyright © 2015. All rights reserved.