Bumblebee.IntegrationTests.Setup.SessionTests.Given_page_with_jQuery.TestFixtureSetUp C# (CSharp) Метод

TestFixtureSetUp() приватный Метод

private TestFixtureSetUp ( ) : void
Результат void
		public void TestFixtureSetUp()
		{
			Threaded<Session>
				.With<PhantomJS>()
				.NavigateTo<PageWithJQuery>(GetUrl("PageWithJQuery.html"));
		}