class

Microtest::TerminalReporter

Inherits Microtest::Reporter / Reference / Object

Constants

BANG = "💥"
CROSS = "✕"
DEFAULT_COLORS = {success: GREEN, failure: RED, skip: YELLOW, abortion: YELLOW}
DOT = "•"
DOTS = {success: DOT, failure: DOT, skip: DOT, abortion: BANG}
SKULL = "💀"
TICK = "✓"
TICKS = {success: TICK, failure: CROSS, skip: TICK, abortion: BANG}

Constructors

new(io : IO = STDOUT)
Source

Nested types