test_kit

Types

Alias

Any = Data

Functions

to_data(any: Any) -> Data

A convenient way of upcasting any serialisable type to Data instead of doing let data: Data = any

print(label: ByteArray, data: Data) -> Void

Pretty-print data with label. This function calls fuzz.label internally, so it will work with property testing.

Search Document