org.spockframework.util
Class Matchers

java.lang.Object
  extended by org.spockframework.util.Matchers

public class Matchers
extends java.lang.Object


Constructor Summary
Matchers()
           
 
Method Summary
static
<T> IMatcher<T>
and(IMatcher<? super T>... matchers)
           
static
<T> IMatcher<T>
not(IMatcher<T> matcher)
           
static
<T> IMatcher<T>
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

Matchers

public Matchers()
Method Detail

and

public static <T> IMatcher<T> and(IMatcher<? super T>... matchers)

or

public static <T> IMatcher<T> or(IMatcher<? super T>... matchers)

not

public static <T> IMatcher<T> not(IMatcher<T> matcher)


Copyright © 2013. All rights reserved