Home
last modified time | relevance | path

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

/external/rust/crates/bencher/
Dmacros.rs38 use $crate::TestOpts;
40 let mut test_opts = TestOpts::default();
Dlib.rs178 pub struct TestOpts { struct
218 pub fn new(opts: &TestOpts) -> io::Result<ConsoleTestState<io::Stdout>> { in new()
414 pub fn run_tests_console(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> io::Result<bool> { in run_tests_console() argument
493 fn run_tests<F>(opts: &TestOpts, tests: Vec<TestDescAndFn>, mut callback: F) -> io::Result<()> in run_tests() argument
517 fn filter_tests(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> Vec<TestDescAndFn> { in filter_tests() argument
554 fn run_test(_opts: &TestOpts, in run_test() argument