DbTestCase.addDetectedTestCases

Add test cases to those that have been detected.

They will be added if they are unique.

  1. void addDetectedTestCases(const(TestCase)[] tcs)
    struct DbTestCase
    @trusted
    void
    addDetectedTestCases
    (
    const(TestCase)[] tcs
    )
  2. void internalAddDetectedTestCases(const(TestCase)[] tcs, string tmp_tbl)

Meta