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

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

Méthodes publiques

Méthode Description
I_have_a_first_step ( ) : void
I_have_a_second_step ( ) : void
I_have_a_third_step ( ) : void

Méthodes protégées

Méthode Description
I_have_a_fifth_step ( ) : void
I_have_a_forth_step ( ) : void
I_have_a_sixth_step ( ) : void

Method Details

I_have_a_fifth_step() protected méthode

protected I_have_a_fifth_step ( ) : void
Résultat void

I_have_a_first_step() public méthode

public I_have_a_first_step ( ) : void
Résultat void

I_have_a_forth_step() protected méthode

protected I_have_a_forth_step ( ) : void
Résultat void

I_have_a_second_step() public méthode

public I_have_a_second_step ( ) : void
Résultat void

I_have_a_sixth_step() protected méthode

protected I_have_a_sixth_step ( ) : void
Résultat void

I_have_a_third_step() public méthode

public I_have_a_third_step ( ) : void
Résultat void