static IFrameworkRunner AnInstanceOfTheTestRunner(TestFrameworkInspector theRunner) { return GetRunnerBy(theRunner.GetType().Assembly.Location); }
static IFrameworkRunner AnInstanceOfTheTestRunner(TestFrameworkInspector theRunner) { return(GetRunnerBy(theRunner.GetType().Assembly.Location)); }