Beispiel #1
0
 public void SetupFixture()
 {
     this.VeriStandInterop = new VeriStandInterop();
     this.VeriStandInterop.LaunchVeriStand();
 }
Beispiel #2
0
 public void SetupFixture()
 {
     //this.VeriStandInterop = VeriStandInterop.GetVeristandInterop();
     this.VeriStandInterop = VeriStandInterop.GetNewVeristandInterop();
     this.VeriStandInterop.LaunchVeriStand();
 }
Beispiel #3
0
 public void SetUp()
 {
     //Console.WriteLine("Setup launch");
     this.VeriStandInterop = new VeriStandInterop();
     this.VeriStandInterop.LaunchVeriStand();
 }
 public void SetUp()
 {
     this.VeriStandInterop = new VeriStandInterop();
 }