Struct test::TestOpts [] [src]

pub struct TestOpts {
    pub filter: Option<String>,
    pub run_ignored: bool,
    pub run_tests: bool,
    pub bench_benchmarks: bool,
    pub logfile: Option<PathBuf>,
    pub nocapture: bool,
    pub color: ColorConfig,
}

Fields

filter: Option<String> run_ignored: bool run_tests: bool bench_benchmarks: bool logfile: Option<PathBuf> nocapture: bool color: ColorConfig