Dogma.Formatter.Null

A formatter that prints nothing. Ever.

Source

Summary

finish()

Runs at the end of the test suite, printing nothing (predictably)

script()

Runs after each script is tested, printing nothing

start()

Runs at the start of the test suite, printing nothing

Functions

finish()

Runs at the end of the test suite, printing nothing (predictably).

Source
script()

Runs after each script is tested, printing nothing.

Source
start()

Runs at the start of the test suite, printing nothing.

Source