Ejemplo n.º 1
0
 static IFrameworkRunner AnInstanceOfTheTestRunner(TestFrameworkInspector theRunner)
 {
     return GetRunnerBy(theRunner.GetType().Assembly.Location);
 }
Ejemplo n.º 2
0
 static IFrameworkRunner AnInstanceOfTheTestRunner(TestFrameworkInspector theRunner)
 {
     return(GetRunnerBy(theRunner.GetType().Assembly.Location));
 }