Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

TAP(_:)

Mattt edited this page Apr 18, 2020 · 1 revision

TAP(_:)

Runs the specified tests and prints the results in TAP format.

public func TAP(_ tests: [Test]) throws

Parameters

  • tests: The tests to run.

Throws

If any tests throw an error that isn't BailOut or Directive.

Clone this wiki locally