Struct runt::executor::Context[][src]

pub struct Context {
    pub exec: Executor,
    // some fields omitted
}
Expand description

An execution context manage the mapping between test suites and test, asynchronously executes tests, collects results, and streams out results as appropriate.

Fields

exec: Executor

Test configurations to be executed.

Implementations

Construct a new Context using suites and a maximum number of futures allowed to run concurrently.

Generates a summary of the test results that streams the test results without grouping them with test suites. Immediately generates the output of the test as soon as they become available.

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.