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

TestFixtureSetUp() private method

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