Bumblebee.IntegrationTests.Setup.SessionTests.Given_page_without_jQuery.TestFixtureSetUp C# (CSharp) Method

TestFixtureSetUp() private method

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