bytes

fun bytes(value: ByteArray): T(source)

Requires the part content bytes to equal value.


fun bytes(predicate: (ByteArray?) -> Boolean): T(source)

Requires the part content bytes to satisfy predicate.


fun bytes(matcher: Matcher<ByteArray?>): T(source)

Requires the part content bytes to satisfy a Kotest matcher.