public final class BytesMatchers extends Object
Bytes
.Modifier | Constructor and Description |
---|---|
private |
BytesMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<byte[]> |
bytesAsStringBinary(org.hamcrest.Matcher<String> matcher) |
static org.hamcrest.Matcher<byte[]> |
bytesAsStringBinary(String binary) |
private BytesMatchers()
public static org.hamcrest.Matcher<byte[]> bytesAsStringBinary(String binary)
public static org.hamcrest.Matcher<byte[]> bytesAsStringBinary(org.hamcrest.Matcher<String> matcher)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.