예제 #1
0
        public virtual void Setup()
        {
            fixture = new GoogleFixture();

            fixture.LaunchPageInBrowser(Urls.Google).ShouldPass();

            BeforeTest();
        }