|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.spockframework.util.Matchers
public class Matchers
Constructor Summary | |
---|---|
Matchers()
|
Method Summary | ||
---|---|---|
static
|
and(IMatcher<? super T>... matchers)
|
|
static
|
not(IMatcher<T> matcher)
|
|
static
|
or(IMatcher<? super T>... matchers)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Matchers()
Method Detail |
---|
public static <T> IMatcher<T> and(IMatcher<? super T>... matchers)
public static <T> IMatcher<T> or(IMatcher<? super T>... matchers)
public static <T> IMatcher<T> not(IMatcher<T> matcher)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |