public ActionResult RunTest(string testCase, string resultName) { return(this.RunTest(testCase, resultName, DomainFactory.CreateTestRunner())); }