Bumblebee.IntegrationTests.Setup.ThreadedSessionTests.Given_session_has_not_been_loaded_with_driver_When_ending_Then_should_not_throw C# (CSharp) Метод

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

		public void Given_session_has_not_been_loaded_with_driver_When_ending_Then_should_not_throw()
		{
			Action action = Threaded<Session>
				.End;

			action.ShouldNotThrow();
		}