Searched refs:assert_return (Results 1 – 1 of 1) sorted by relevance
22 macro_rules! assert_return { macro58 assert_return!(rc.read() == Some(200)); in test_body()68 assert_return!(join_handle.join().ok() == Some(true)); in test_body()72 assert_return!(rc.read() == Some(201)); in test_body()73 assert_return!(rc.read() == Some(202)); in test_body()74 assert_return!(rc.read() == Some(203)); in test_body()