Beispiel #1
0
 public ResharperTests(OutputWindowPane pane,
                       ResharperThreading threading,
                       resharper::JetBrains.ActionManagement.ActionManager actionManager,
                       resharper::JetBrains.ReSharper.Daemon.SolutionAnalysis.SolutionAnalysisManager solutionManager,
                       resharper::JetBrains.ProjectModel.ISolution solution)
 {
     _pane            = pane;
     _threading       = threading;
     _actionManager   = actionManager;
     _solutionManager = solutionManager;
     _solution        = solution;
 }
Beispiel #2
0
 public ResharperTests(OutputWindowPane pane,
     ResharperThreading threading,
     resharper::JetBrains.ActionManagement.ActionManager actionManager,
     resharper::JetBrains.ReSharper.Daemon.SolutionAnalysis.SolutionAnalysisManager solutionManager,
     resharper::JetBrains.ProjectModel.ISolution solution)
 {
     _pane = pane;
     _threading = threading;
     _actionManager = actionManager;
     _solutionManager = solutionManager;
     _solution = solution;
 }