C# Class SharpSpecs.Framework.Specs.Fakes.FeatureWithFailingScenarioSteps

Inheritance: Feature
Datei anzeigen Open project: charlieridley/SharpSpecs

Protected Methods

Method Description
I_do_something_perfectly_acceptable ( ) : void
I_go_and_spoil_it_all_by_saying_something_stupid_like ( ) : void
I_have_a_step_which_works_just_fine ( ) : void
now_this_step_wont_run ( ) : void

Method Details

I_do_something_perfectly_acceptable() protected method

protected I_do_something_perfectly_acceptable ( ) : void
return void

I_go_and_spoil_it_all_by_saying_something_stupid_like() protected method

I_have_a_step_which_works_just_fine() protected method

protected I_have_a_step_which_works_just_fine ( ) : void
return void

now_this_step_wont_run() protected method

protected now_this_step_wont_run ( ) : void
return void