C# Класс StoryTeller.Testing.UserInterface.when_presenting_a_status_for_an_executing_test_with_a_failure

Наследование: TestStatusBarContext
Показать файл Открыть проект

Защищенные методы

Метод Описание
theStatusIs ( TestStatusMessage message ) : void

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

Метод Описание
the_activity_should_be_displayed ( ) : void
the_progress_area_should_be_visible ( ) : void
the_progress_bar_foreground_should_be_light_pink ( ) : void
the_test_name_should_be_the_path_from_the_status ( ) : void
the_tool_tip_of_the_progress_bar ( ) : void
the_total_of_the_progress_bar_is_the_total_steps_from_the_message ( ) : void
the_value_of_the_progress_bar_is_the_completed_steps_from_the_message ( ) : void

Описание методов

theStatusIs() защищенный Метод

protected theStatusIs ( TestStatusMessage message ) : void
message StoryTeller.Execution.TestStatusMessage
Результат void