BinaryTestUtil

Companion:
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def assertBinaryEq(actual: BinaryData, expect: BinaryData)(implicit l: Line): Unit
Inherited from:
BinaryTestUtil
def binaryDiff(actual: BinaryData, expect: BinaryData, descActual: String, descExpect: String, limit: Int): Option[String]
Inherited from:
BinaryTestUtil