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

Init() private method

private Init ( ) : void
return void
		public void Init()
		{
			Threaded<Session>
				.With<PhantomJS>()
				.NavigateTo<RadioButtonsPage>(BaseUrl + "/Content/RadioButtons.html");
		}