C# Class StoryTeller.Testing.UserInterface.when_presenting_a_status_for_an_executing_test_with_no_rights_wrongs_or_exceptions

Inheritance: TestStatusBarContext
Datei anzeigen Open project: adymitruk/storyteller

Protected Methods

Method Description
theStatusIs ( TestStatusMessage message ) : void

Private Methods

Method Description
the_activity_should_be_displayed ( ) : void
the_progress_area_should_be_visible ( ) : void
the_progress_bar_foreground_should_be_silver ( ) : 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

Method Details

theStatusIs() protected method

protected theStatusIs ( TestStatusMessage message ) : void
message StoryTeller.Execution.TestStatusMessage
return void