Searched defs:TestOpts (Results 1 – 5 of 5) sorted by relevance
11 pub struct TestOpts { struct12 pub list: bool,36 impl TestOpts { argument
180 pub fn list_tests_console(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> io::Result<()> { in list_tests_console()293 pub fn run_tests_console(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> io::Result<bool> { in run_tests_console()
258 opts: &TestOpts, in run_tests()480 pub fn filter_tests(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> Vec<TestDescAndFn> { in filter_tests()537 opts: &TestOpts, in run_test()
33 impl TestOpts { implementation
506 pub fn test_opts(config: &Config) -> test::TestOpts { in test_opts()