public class IsByteArrayContainingMatcher
extends org.hamcrest.TypeSafeMatcher<byte[]>
| Constructor and Description |
|---|
IsByteArrayContainingMatcher(byte[] expectedData) |
IsByteArrayContainingMatcher(int... intValues) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(byte[] bytes,
org.hamcrest.Description out) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(byte[] bytes) |
public IsByteArrayContainingMatcher(byte[] expectedData)
public IsByteArrayContainingMatcher(int... intValues)
protected boolean matchesSafely(byte[] bytes)
matchesSafely in class org.hamcrest.TypeSafeMatcher<byte[]>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(byte[] bytes,
org.hamcrest.Description out)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<byte[]>Copyright © 2015–2016 Boleslav Bobcik - Auderis. All rights reserved.