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

Inheritance: Feature
Datei anzeigen Open project: charlieridley/SharpSpecs

Public Methods

Method Description
I_have_a_first_step ( ) : void
I_have_a_second_step ( ) : void
I_have_a_third_step ( ) : void

Protected Methods

Method 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 method

protected I_have_a_fifth_step ( ) : void
return void

I_have_a_first_step() public method

public I_have_a_first_step ( ) : void
return void

I_have_a_forth_step() protected method

protected I_have_a_forth_step ( ) : void
return void

I_have_a_second_step() public method

public I_have_a_second_step ( ) : void
return void

I_have_a_sixth_step() protected method

protected I_have_a_sixth_step ( ) : void
return void

I_have_a_third_step() public method

public I_have_a_third_step ( ) : void
return void