Struct test::TestOptsUnstable [-] [+] [src]

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

Fields

filter
run_ignored
run_tests
run_benchmarks
logfile
nocapture
color