Example #1
0
 public virtual void OneTimeSetUp()
 {
     this.application = Application.AttachOrLaunch(Info.CreateStartInfo(this.WindowName));
     this.Window      = this.application.GetWindow(this.WindowName);
 }