org.hamcrest.collection
Class IsIn<T>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.collection.IsIn<T>
- All Implemented Interfaces:
- Matcher<T>, SelfDescribing
public class IsIn<T>
- extends BaseMatcher<T>
|
Constructor Summary |
IsIn(java.util.Collection<T> collection)
|
IsIn(T[] elements)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IsIn
public IsIn(java.util.Collection<T> collection)
IsIn
public IsIn(T[] elements)
matches
public boolean matches(java.lang.Object o)
describeTo
public void describeTo(Description buffer)
isIn
public static <T> Matcher<T> isIn(java.util.Collection<T> collection)
isIn
public static <T> Matcher<T> isIn(T[] elements)
isOneOf
public static <T> Matcher<T> isOneOf(T... elements)
Copyright © 2010. All Rights Reserved.