Searched refs:assert_is_panic_with_message (Results 1 – 1 of 1) sorted by relevance
92 assert_is_panic_with_message(&panic_result, "folder does not complete"); in produces_items_with_no_complete()297 assert_is_panic_with_message(&panic_result, "expected 4 total writes, but got 1"); in left_produces_fewer_items_drops()343 fn assert_is_panic_with_message<T>(result: &ThreadResult<T>, expected: &str) in assert_is_panic_with_message() function