C# Класс Bumblebee.IntegrationTests.Setup.ThreadedSessionTests

Показать файл Открыть проект

Приватные методы

Метод Описание
BeforeEach ( ) : void
Given_different_thread_and_same_driver_environments_When_comparing_Then_should_not_be_equal ( ) : void
Given_multiple_sessions_in_single_thread_When_loading_with_drivers_Then_should_maintain_distinct_sessions ( ) : void
Given_session_already_loaded_When_loading_with_another_driver_Then_should_end_previous_session_driver_and_return_session_with_correct_driver ( ) : void
Given_session_already_loaded_with_navigation_When_getting_matching_current_block_Then_should_return_block ( ) : void
Given_session_has_been_loaded_with_driver_When_ending_THen_should_end_session ( ) : void
Given_session_has_not_been_loaded_with_driver_When_ending_Then_should_not_throw ( ) : void
Given_session_not_loaded_with_navigation_When_getting_current_block_Then_should_throw ( ) : void
Given_session_type_When_loading_with_driver_explicitly_Then_should_load_with_driver ( ) : void
Given_session_type_with_wrong_constructor_args_When_loading_with_driver_Then_should_throw ( ) : void
When_loading_with_driver_Then_should_return_session_with_correct_driver_with_default_settings ( ) : void
When_loading_with_driver_and_custom_settings_Then_should_return_session_with_custom_settings ( ) : void
When_loading_with_generic_driver_Then_should_return_session_with_correct_driver_with_default_settings ( ) : void
When_loading_with_generic_driver_and_custom_settings_Then_should_return_session_with_custom_settings ( ) : void