Esempio n. 1
0
 public DistributedRunner(IEnumerable<ITestRunner> testRunners, ITestMethodExtractor testMethodExtractor)
 {
     this.testRunners = testRunners;
     this.testMethodExtractor = testMethodExtractor;
 }
Esempio n. 2
0
 public MsTestRunner(IProxy proxy, ITestMethodExtractor testMethodExtractor)
 {
     this.proxy = proxy;
     this.testMethodExtractor = testMethodExtractor;
 }