Spectator::Formatting::TAPFormatter
Inherits Spectator::Formatting::Formatter / Reference / Object
Produces TAP output from test results. See: https://testanything.org/ Version 12 of the specification is used.
Constructors
Instance methods
dump_summary(notification)
Invoked after testing completes with summarized information from the test suite.
message(notification)
Called whenever the example or framework produces a message. This is typically used for logging.