Home
last modified time | relevance | path

Searched refs:assert_no_errors (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/walkdir/src/tests/
Drecursive.rs27 r.assert_no_errors(); in empty()
43 r.assert_no_errors(); in empty_follow()
61 r.assert_no_errors(); in empty_file()
79 r.assert_no_errors(); in empty_file_follow()
97 r.assert_no_errors(); in one_dir()
115 r.assert_no_errors(); in one_file()
134 r.assert_no_errors(); in one_dir_one_file()
152 r.assert_no_errors(); in many_files()
173 r.assert_no_errors(); in many_dirs()
195 r.assert_no_errors(); in many_mixed()
[all …]
Dutil.rs35 pub fn assert_no_errors(&self) { in assert_no_errors() method