module Spectator::Formatting::SuiteSummary

Overview

Mix-in for producing a human-readable summary of a test suite.

Direct including types

Defined in:

spectator/formatting/suite_summary.cr

Instance Method Summary

Instance Method Detail

def end_suite(report, profile : Profile | Nil) #

Produces the summary of test suite from a report. A block describing each failure is displayed. At the end, the totals and runtime are printed. The profile value is not nil when profiling results should be displayed.


[View source]
def start_suite(suite) #

Does nothing when starting a test suite.


[View source]