We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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