raw_test library
Functions
-
byteListEquals(
Iterable< int> expected, {DebugHexEncoder format}) → Matcher - Returns a matcher that matches integers with the bytes. Uses DebugHexEncoder for describing problems.
-
selfEncoderEquals(
SelfEncoder expected, {DebugHexEncoder format}) → Matcher - Returns a matcher that matches SelfEncoder with another . Uses DebugHexEncoder for describing problems.
-
selfEncoderEqualsBytes(
Iterable< int> expected, {DebugHexEncoder format}) → Matcher - Returns a matcher that matches SelfEncoder with the bytes. Uses DebugHexEncoder for describing problems.