runTests

Undocumented in source. Be warned that the author may not have intended to support it.
  1. template runTests(Modules...)
  2. int runTests(string[] args, from!"unit_threaded.runner.reflection".TestData[] testData)
  3. int runTests(from!"unit_threaded.runner.options".Options options, from!"unit_threaded.runner.reflection".TestData[] testData)
    nothrow
    int
    runTests
    (
    in from!"unit_threaded.runner.options".Options options
    ,
    in from!"unit_threaded.runner.reflection".TestData[] testData
    )

Meta