Function runTests

Runs the tests and returns the results

SuiteResult[] runTests (
  const(TestCase)[] tests,
  string testName = "",
  string suiteName = ""
);