Bumblebee.IntegrationTests.Implementation.TableTests.Given_generic_table.TestFixtureSetUp C# (CSharp) Method

TestFixtureSetUp() private method

private TestFixtureSetUp ( ) : void
return void
		public void TestFixtureSetUp()
		{
			Threaded<Session>
				.With<PhantomJS>()
				.NavigateTo<GenericTablePage>(String.Format("{0}{1}", BaseUrl, "/Content/Table.html"));
		}