org.hamcrest.collection
Class IsIn<T>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.collection.IsIn<T>
- All Implemented Interfaces:
- org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing
public class IsIn<T>
- extends org.hamcrest.BaseMatcher<T>
|
Constructor Summary |
IsIn(java.util.Collection<T> collection)
|
IsIn(T[] elements)
|
|
Method Summary |
void |
describeTo(org.hamcrest.Description buffer)
|
static
<T> org.hamcrest.Matcher<T> |
|
isIn(java.util.Collection<T> collection)
|
static
<T> org.hamcrest.Matcher<T> |
|
isIn(T[] elements)
|
static
<T> org.hamcrest.Matcher<T> |
|
isOneOf(T... elements)
|
boolean |
matches(java.lang.Object o)
|
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
| 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(org.hamcrest.Description buffer)
isIn
public static <T> org.hamcrest.Matcher<T> isIn(java.util.Collection<T> collection)
isIn
public static <T> org.hamcrest.Matcher<T> isIn(T[] elements)
isOneOf
public static <T> org.hamcrest.Matcher<T> isOneOf(T... elements)
Copyright © 2010. All Rights Reserved.