Bumblebee.IntegrationTests.Implementation.Given_numeric_field.Init C# (CSharp) Method

Init() private method

private Init ( ) : void
return void
		public void Init()
		{
			Threaded<Session>
				.With<PhantomJS>()
				.NavigateTo<NumericFieldPage>(String.Format("{0}/Content/NumericField.html", BaseUrl));
		}