pub fn assert_message_assembly_total_buffered_bytes(
snapshot: MessageAssemblySnapshot<'_>,
expected: usize,
) -> Result<(), TestError>Expand description
Assert that the buffered-byte accounting equals expected.
ยงErrors
Returns an error if the buffered-byte count differs.