public class Assert extends Object
| Constructor and Description |
|---|
Assert() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertByteEquals(byte[] expected,
byte[] actual) |
static void |
assertByteEquals(byte expected,
byte actual) |
static org.hamcrest.Matcher<byte[]> |
byteArrayEqualsTo(byte[] expected) |
public static void assertByteEquals(byte expected,
byte actual)
public static void assertByteEquals(byte[] expected,
byte[] actual)
throws IOException
IOExceptionpublic static org.hamcrest.Matcher<byte[]> byteArrayEqualsTo(byte[] expected)
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.