Expand description
Test utilities for sval
.
Structs§
- Token
Buf - A buffer for collecting test tokens.
Enums§
- Token
- A token representing a specific call to an
sval::Stream
method.
Functions§
- assert_
invalid - Assert that a value fails to stream.
- assert_
tokens - Assert that a value streams to exactly the sequence of tokens provided.
- assert_
valid - Assert that a value streams without failing.