class Spectator::Formatting::DotsFormatter
Overview
Produces a single character for each example. A dot is output for each successful example (hence the name). Other characters are output for non-successful results. At the end of the test suite, a summary of failures and results is displayed.
Included Modules
Defined in:
spectator/formatting/dots_formatter.crConstructors
-
.new(io : IO = STDOUT)
Creates the formatter.
Instance Method Summary
-
#end_example(result)
Produces a single character output based on a result.
-
#start_example(example)
Does nothing when an example is started.