Searched defs:test_opts (Results 1 – 4 of 4) sorted by relevance
355 let test_opts = TestOpts { time_options, ..TestOpts::new() }; in report_time_test_template() localVariable399 let test_opts = TestOpts { time_options: Some(time_options), ..TestOpts::new() }; in time_test_failure_template() localVariable
284 let test_opts = TestOpts { in parse_opts_impl() localVariable
120 test_opts; typedef
506 pub fn test_opts(config: &Config) -> test::TestOpts { in test_opts() function