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
Report
Mattt edited this page Apr 18, 2020
·
2 revisions
A summary of test results in TAP format.
public struct Report
CustomStringConvertible
Creates a new report with the specified test results.
public init(results: [Result<Outcome, BailOut>])
- results: The test results.
The TAP version number.
let version: Int
From the TAP v13 specification:
To indicate that this is TAP13 the first line must be
TAP version 13
The test results.
let results: [Result<Outcome, BailOut>]
var description: String
Creates a new report that consolidates the test results of other reports.
public static func consolidation(of reports: [Report]) -> Report
- reports: The reports whose test results are consolidated.
A consolidated report of test results.
Generated at 2021-01-08T14:13:00+0000 using swift-doc 1.0.0-beta.5.