pub fn assert_count<T>(items: &[T], expected: usize, msg: &str)
Assert that a collection has an expected count.