org.junit.internal.matchers
Class Each

java.lang.Object
  extended by org.junit.internal.matchers.Each

public class Each
extends Object


Constructor Summary
Each()
           
 
Method Summary
static
<T> Matcher<Iterable<T>>
each(Matcher<T> individual)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Each

public Each()
Method Detail

each

public static <T> Matcher<Iterable<T>> each(Matcher<T> individual)