public abstract class ChainFactoryBase extends Object implements ChainFactory
| Constructor and Description |
|---|
ChainFactoryBase() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.hamcrest.Matcher<T> |
create(org.hamcrest.Matcher<? super T>... chain)
Creates a matcher chain.
|
<T> org.hamcrest.Matcher<T> |
of(Collection<? extends org.hamcrest.Matcher<? super T>> chain)
Creates a matcher chain.
|
<T> org.hamcrest.Matcher<T> |
of(org.hamcrest.Matcher<? super T>... chain)
Creates a matcher chain.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic <T> org.hamcrest.Matcher<T> create(org.hamcrest.Matcher<? super T>... chain)
ChainFactorycreate in interface ChainFactorychain - elements of the chainpublic <T> org.hamcrest.Matcher<T> of(Collection<? extends org.hamcrest.Matcher<? super T>> chain)
ChainFactoryof in interface ChainFactorychain - elements of the chainpublic <T> org.hamcrest.Matcher<T> of(org.hamcrest.Matcher<? super T>... chain)
ChainFactoryof in interface ChainFactorychain - elements of the chainCopyright © 2015. All rights reserved.