public LoginFixture()
        {
            var bootstrapper = new TestBootstrapper();

            this.browser = new Browser(bootstrapper);
        }
Example #2
0
 public LoginFixture()
 {
     var bootstrapper = new TestBootstrapper();
     this.browser = new Browser(bootstrapper);
 }