ReporterInterface

Reporter interface

Members

Functions

fail
void fail(string message)

Report fail message

fail
void fail(TestBlock block)

Report fail test block

printResults
void printResults(TestBlock[] successBlocks, TestBlock[] failBlocks)

Print result of testing proccess

setVerbose
void setVerbose(bool verbose)

Set verbose mode - more information

success
void success(TestBlock block)

Report success test block

Meta