TestSuite.this

struct TestSuite
this
(
in Options options
,,
Output output
)

Parameters

options
Type: Options

The options to run tests with.

testData
Type: TestData[]

The information about the tests to run.

output
Type: Output

Where to send text output.

Meta