Formatter
Formatter
I am the base of the formatter family. I define the protocol of events that a ConsoleUI sends (lifecycle + display of test results) with no-op defaults, and I provide protected helpers for my subclasses to print and translate text.
Concrete subclasses: ConsoleFormatter (human output), TapFormatter, JsonFormatter (machine-readable output).