This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
mattt edited this page Jan 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 tests according 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 using swift-doc 1.0.0-beta.5.