describeTests

Returns an associative array of the detected tests, where the key is the suite name and the value is the TestCase

  1. const(TestCase)[][string] describeTests()
  2. const(TestCase)[][string] describeTests(const(TestCase)[] tests)
    const(TestCase)[][string]
    describeTests
    (
    const(TestCase)[] tests
    )

Meta