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.crInstance Method Summary
-
#end_suite(report, profile : Profile | Nil)
Produces the summary of test suite from a report.
-
#start_suite(suite)
Does nothing when starting a test suite.
Instance Method Detail
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.