Inheritance: FormsAuthBootstrapper
Esempio n. 1
0
        public LoginFixture()
        {
            var bootstrapper = new TestBootstrapper();

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