There was an error while loading. Please reload this page.
A test that produces an outcome.
public typealias Test = () throws -> Outcome
Throw a Directive to indicate how a test should be interpreted, or throw BailOut to stop the execution of further tests.
Directive
BailOut