TestSuite.this

  1. this(Options options, const(TestData)[] testData)
  2. this(Options options, const(TestData)[] testData, Output output)
    struct TestSuite

Parameters

options Options

The options to run tests with.

testData const(TestData)[]

The information about the tests to run.

output Output

Where to send text output.

Meta