Uses of Class
org.apache.juneau.assertions.ByteArrayAssertion
Packages that use ByteArrayAssertion
-
Uses of ByteArrayAssertion in org.apache.juneau.assertions
Methods in org.apache.juneau.assertions that return ByteArrayAssertionModifier and TypeMethodDescriptionstatic final ByteArrayAssertion
Assertions.assertBytes
(byte[] value) Performs an assertion on a byte array.static final ByteArrayAssertion
Assertions.assertBytes
(InputStream value) Performs an assertion on the contents of an input stream.static ByteArrayAssertion
ByteArrayAssertion.create
(byte[] value) Static creator.ByteArrayAssertion.setOut
(PrintStream value) ByteArrayAssertion.setSilent()
ByteArrayAssertion.setStdOut()
ByteArrayAssertion.setThrowable
(Class<? extends RuntimeException> value)