public TestResultsPackage(IWindowManager windowManager, ITestResultsController testResultsController, IOptionsController optionsController, ITestTreeModel testTreeModel, ITestStatistics testStatistics) { this.windowManager = windowManager; this.testResultsController = testResultsController; this.optionsController = optionsController; this.testTreeModel = testTreeModel; this.testStatistics = testStatistics; }
public TestResults(ITestResultsController testResultsController, IOptionsController optionsController, ITestTreeModel testTreeModel, ITestStatistics testStatistics) { this.testResultsController = testResultsController; this.optionsController = optionsController; this.testTreeModel = testTreeModel; this.testStatistics = testStatistics; InitializeComponent(); }