Struct runt::executor::suite::Suite[][src]

pub struct Suite {
    pub paths: Vec<PathBuf>,
    pub config: Config,
}
Expand description

Defines a test suite which is a collection of test paths, command, and other configurations.

Fields

paths: Vec<PathBuf>

Paths of input files.

config: Config

Implementations

Filters the tests in this test suite using the regexes. Matches the regexes against <suite-name>:<test-name>.

Trait Implementations

Transform a list of glob patterns into matching paths and list of errors.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.