public class PrimitiveArrayMatcher
extends org.hamcrest.BaseMatcher<java.lang.Object>
| Constructor and Description |
|---|
PrimitiveArrayMatcher(java.lang.Class<?> itemType,
java.lang.Object expectedSubArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(java.lang.Object item) |