runTests

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t runTests(string filename, string name_key, string output_key, bool clear_between_cb, string delegate(ref HashMap!(string, string)) cb)
  2. size_t runTests(File src, string name_key, string output_key, bool clear_between_cb, string delegate(ref HashMap!(string, string)) cb)
    size_t
    runTests
    (
    ref File src
    ,
    string name_key
    ,
    string output_key
    ,,
    string delegate
    (
    ref HashMap!(string, string)
    )
    cb
    )

Meta