Exemplo n.º 1
0
 public void Setup()
 {
     this.vstestConsoleWrapper   = this.GetVsTestConsoleWrapper();
     this.discoveryEventHandler  = new DiscoveryEventHandler();
     this.discoveryEventHandler2 = new DiscoveryEventHandler2();
     this.runEventHandler        = new RunEventHandler();
 }
Exemplo n.º 2
0
 private void Setup()
 {
     this.vstestConsoleWrapper = this.GetVsTestConsoleWrapper();
     this.runEventHandler      = new RunEventHandler();
 }
Exemplo n.º 3
0
 private void Setup()
 {
     this.vstestConsoleWrapper = this.GetVsTestConsoleWrapper();
     this.runEventHandler      = new RunEventHandler();
     this.testRunAttachmentsProcessingEventHandler = new TestRunAttachmentsProcessingEventHandler();
 }
Exemplo n.º 4
0
 public RunSelectedTests()
 {
     this.vstestConsoleWrapper  = this.GetVsTestConsoleWrapper();
     this.runEventHandler       = new RunEventHandler();
     this.discoveryEventHandler = new DiscoveryEventHandler();
 }
Exemplo n.º 5
0
 public RunTests()
 {
     this.vstestConsoleWrapper = this.GetVsTestConsoleWrapper();
     this.runEventHandler      = new RunEventHandler();
 }