runTests

Runs all tests in passed-in modules. Modules are strings.

  1. int runTests(string[] args)
  2. bool runTests(Options options)
  3. bool runTests(Options options)
    bool
    runTests
    (
    MOD_STRINGS...
    )
    if (
    allSatisfy!(isSomeString, typeof(MOD_STRINGS))
    )

Meta