C# Class SharpSpecs.UI.Specs.MainWindowSteps

Inheritance: SharpSpecs.Framework.Feature
Mostrar archivo Open project: charlieridley/SharpSpecs

Protected Methods

Method Description
I_have_an_instance_of_the_window ( ) : void
I_have_selected_a_file_to_load ( ) : void
I_press_load ( ) : void
I_press_run_specs ( ) : void
it_should_run_all_the_features ( ) : void
it_should_show_the_features_on_the_screen ( ) : void
the_feature_finishes_running ( ) : void
the_feature_starts_running ( ) : void
the_view_model_should_display_a_passed_image ( ) : void
the_view_model_should_display_a_running_image ( ) : void

Method Details

I_have_an_instance_of_the_window() protected method

protected I_have_an_instance_of_the_window ( ) : void
return void

I_have_selected_a_file_to_load() protected method

protected I_have_selected_a_file_to_load ( ) : void
return void

I_press_load() protected method

protected I_press_load ( ) : void
return void

I_press_run_specs() protected method

protected I_press_run_specs ( ) : void
return void

it_should_run_all_the_features() protected method

protected it_should_run_all_the_features ( ) : void
return void

it_should_show_the_features_on_the_screen() protected method

protected it_should_show_the_features_on_the_screen ( ) : void
return void

the_feature_finishes_running() protected method

protected the_feature_finishes_running ( ) : void
return void

the_feature_starts_running() protected method

protected the_feature_starts_running ( ) : void
return void

the_view_model_should_display_a_passed_image() protected method

protected the_view_model_should_display_a_passed_image ( ) : void
return void

the_view_model_should_display_a_running_image() protected method

protected the_view_model_should_display_a_running_image ( ) : void
return void