TestSuite.this

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

Parameters

options Options

The options to run tests with.

testData const(TestData)[]

The information about the tests to run.

Meta