runTests

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

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

Meta