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

Inheritance: Feature
Afficher le fichier Open project: charlieridley/SharpSpecs

Méthodes protégées

Méthode 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 méthode

protected I_do_something_perfectly_acceptable ( ) : void
Résultat void

I_go_and_spoil_it_all_by_saying_something_stupid_like() protected méthode

protected I_go_and_spoil_it_all_by_saying_something_stupid_like ( ) : void
Résultat void

I_have_a_step_which_works_just_fine() protected méthode

protected I_have_a_step_which_works_just_fine ( ) : void
Résultat void

now_this_step_wont_run() protected méthode

protected now_this_step_wont_run ( ) : void
Résultat void