Bumblebee.IntegrationTests.Setup.SessionTests.Given_page_without_jQuery.TestFixtureSetUp C# (CSharp) 메소드

TestFixtureSetUp() 개인적인 메소드

private TestFixtureSetUp ( ) : void
리턴 void
		public void TestFixtureSetUp()
		{
			Threaded<Session>
				.With<PhantomJS>()
				.NavigateTo<PageWithJQuery>(GetUrl("Checkbox.html"));
		}