public class PrimitiveArrayMatcher<T>
extends org.hamcrest.TypeSafeMatcher<T>
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<boolean[]> |
booleanArrayContaining(boolean... items) |
static org.hamcrest.Matcher<byte[]> |
byteArrayContaining(byte... items) |
static org.hamcrest.Matcher<char[]> |
charArrayContaining(char... items) |
protected void |
describeMismatchSafely(T item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<double[]> |
doubleArrayContaining(double... items) |
static org.hamcrest.Matcher<float[]> |
floatArrayContaining(float... items) |
static org.hamcrest.Matcher<int[]> |
intArrayContaining(int... items) |
static org.hamcrest.Matcher<long[]> |
longArrayContaining(long... items) |
protected boolean |
matchesSafely(T item) |
static org.hamcrest.Matcher<short[]> |
shortArrayContaining(short... items) |
public static org.hamcrest.Matcher<boolean[]> booleanArrayContaining(boolean... items)
public static org.hamcrest.Matcher<char[]> charArrayContaining(char... items)
public static org.hamcrest.Matcher<byte[]> byteArrayContaining(byte... items)
public static org.hamcrest.Matcher<short[]> shortArrayContaining(short... items)
public static org.hamcrest.Matcher<int[]> intArrayContaining(int... items)
public static org.hamcrest.Matcher<float[]> floatArrayContaining(float... items)
public static org.hamcrest.Matcher<long[]> longArrayContaining(long... items)
public static org.hamcrest.Matcher<double[]> doubleArrayContaining(double... items)
public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(T item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<T>Copyright © 2016. All rights reserved.