TestSuite

Responsible for running tests and printing output.

Constructors

this
this(Options options, TestData[] testData)
Undocumented in source.
this
this(Options options, TestData[] testData, Output output)

Members

Functions

run
bool run()

Runs all test cases.

Variables

output
Output output;
Undocumented in source.

Meta