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.
A
TestRunner[R, E, L]encapsulates all the logic necessary to run specs that require an environmentRand may fail with an errorE, using labels of typeL. Test runners require a test executor, a platform, and a reporter.