C# Class SharpSpecs.UI.Specs.FeatureViewModelSteps

Inheritance: SharpSpecs.Framework.Feature
Datei anzeigen Open project: charlieridley/SharpSpecs

Protected Methods

Method Description
I_create_an_instance ( ) : void
I_have_a_feature ( ) : void
it_should_contain_a_collection_of_scenario_view_models ( ) : void
it_should_have_reference_to_the_feature ( ) : void
it_should_have_the_feature_name ( ) : void
the_view_model_should_show_a_not_running_icon ( ) : void

Method Details

I_create_an_instance() protected method

protected I_create_an_instance ( ) : void
return void

I_have_a_feature() protected method

protected I_have_a_feature ( ) : void
return void

it_should_contain_a_collection_of_scenario_view_models() protected method

it_should_have_reference_to_the_feature() protected method

protected it_should_have_reference_to_the_feature ( ) : void
return void

it_should_have_the_feature_name() protected method

protected it_should_have_the_feature_name ( ) : void
return void

the_view_model_should_show_a_not_running_icon() protected method

protected the_view_model_should_show_a_not_running_icon ( ) : void
return void