This repository was archived by the owner on Oct 17, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
Home
mattt edited this pageJan 8, 2021 ·4 revisions
- BailOut:An error that can be thrown from a test to stop the execution of further tests.
- Directive:An error that can be thrown from a test to reinterpret its outcome.
- Outcome:The outcome of running a test.
- Reporter:A class that reports the progress and outcomes of testsaccording to the Test Anything Protocol (TAP).
- TAP:A top-level namespace for the Test Anything Protocol (TAP).
- XCTestTAPObserver:A custom test reporter that conforms to
XCTestObservation
.
- Test:A test that produces an outcome.
- test(::file:line:):Creates a test from an expression that returns a Boolean value.
- test(::file:line:):Creates a test from a closure that returns a Boolean value.
- test(_:):Creates a test from a closure that produces an outcome.
Generated at 2021-01-08T14:13:00+0000 usingswift-doc 1.0.0-beta.5.