We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c077b commit 3acb802Copy full SHA for 3acb802
Sources/Testing/Events/Recorder/Event.HumanReadableOutputRecorder.swift
@@ -907,7 +907,7 @@ extension Event.HumanReadableOutputRecorder {
907
///
908
/// - Returns: A formatted string containing the failure summary, or `nil`
909
/// if there were no failures.
910
- public func generateFailureSummary(options: Event.ConsoleOutputRecorder.Options) -> String? {
+ func generateFailureSummary(options: Event.ConsoleOutputRecorder.Options) -> String? {
911
let context = _context.rawValue
912
let summary = Event.TestRunSummary(from: context.testData)
913
return summary.formatted(with: options)
0 commit comments