예제 #1
0
 public void Setup()
 {
     this.vstestConsoleWrapper   = this.GetVsTestConsoleWrapper();
     this.discoveryEventHandler  = new DiscoveryEventHandler();
     this.discoveryEventHandler2 = new DiscoveryEventHandler2();
     this.runEventHandler        = new RunEventHandler();
 }
예제 #2
0
파일: RunTests.cs 프로젝트: yumungus/vstest
 private void Setup()
 {
     this.vstestConsoleWrapper = this.GetVsTestConsoleWrapper();
     this.runEventHandler      = new RunEventHandler();
 }
예제 #3
0
 private void Setup()
 {
     this.vstestConsoleWrapper = this.GetVsTestConsoleWrapper();
     this.runEventHandler      = new RunEventHandler();
     this.testRunAttachmentsProcessingEventHandler = new TestRunAttachmentsProcessingEventHandler();
 }
예제 #4
0
 public RunSelectedTests()
 {
     this.vstestConsoleWrapper  = this.GetVsTestConsoleWrapper();
     this.runEventHandler       = new RunEventHandler();
     this.discoveryEventHandler = new DiscoveryEventHandler();
 }
예제 #5
0
 public RunTests()
 {
     this.vstestConsoleWrapper = this.GetVsTestConsoleWrapper();
     this.runEventHandler      = new RunEventHandler();
 }