Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 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;
 }
Ejemplo n.º 3
0
        public TestResults(ITestResultsController testResultsController, IOptionsController optionsController, 
            ITestTreeModel testTreeModel, ITestStatistics testStatistics)
        {
            this.testResultsController = testResultsController;
            this.optionsController = optionsController;
            this.testTreeModel = testTreeModel;
            this.testStatistics = testStatistics;

            InitializeComponent();            
        }
Ejemplo n.º 4
0
        public TestResults(ITestResultsController testResultsController, IOptionsController optionsController,
                           ITestTreeModel testTreeModel, ITestStatistics testStatistics)
        {
            this.testResultsController = testResultsController;
            this.optionsController     = optionsController;
            this.testTreeModel         = testTreeModel;
            this.testStatistics        = testStatistics;

            InitializeComponent();
        }