Bumblebee.IntegrationTests.Setup.SessionTests.Given_page_with_jQuery.TestFixtureSetUp C# (CSharp) Méthode

TestFixtureSetUp() private méthode

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