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 · 4 revisions

Types

  • 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.

Global Typealiases

  • Test: A test that produces an outcome.

Global Functions

Clone this wiki locally