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