Runs the spec, producing the execution results.
An unsafe, synchronous run of the specified spec.
An unsafe, asynchronous run of the specified spec.
An unsafe, synchronous run of the specified spec.
Creates a copy of this runner replacing the reporter.
A
TestRunner[R, E, L, S]encapsulates all the logic necessary to run specs that require an environmentRand may fail with an errorEor succeed with anS, using labels of typeL. Test runners require a test executor, a platform, and a reporter.