Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Jan 8, 2021 · 2 revisions

Test

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.

Clone this wiki locally