Class BytesMatchers
java.lang.Object
org.apache.hadoop.hbase.client.hamcrest.BytesMatchers
Helper methods for matching against values passed through the helper methods of
Bytes
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<byte[]>
bytesAsStringBinary
(String binary) static org.hamcrest.Matcher<byte[]>
bytesAsStringBinary
(org.hamcrest.Matcher<String> matcher)
-
Constructor Details
-
BytesMatchers
private BytesMatchers()
-
-
Method Details
-
bytesAsStringBinary
-
bytesAsStringBinary
public static org.hamcrest.Matcher<byte[]> bytesAsStringBinary(org.hamcrest.Matcher<String> matcher)
-