Bumblebee.IntegrationTests.Implementation.RadioButtonTests.Init C# (CSharp) Méthode

Init() private méthode

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