pub fn assert_fragment_reassembly_evicted(
snapshot: FragmentReassemblySnapshot<'_>,
message_id: MessageId,
) -> Result<(), TestError>Expand description
Assert that message_id was evicted during the most recent purge.
ยงErrors
Returns an error if the identifier is not in the eviction list.