C# Class SharpSpecs.Framework.Specs.WhenHelperSpecs.with_when_helper

Datei anzeigen Open project: charlieridley/SharpSpecs

Protected Properties

Property Type Description
given GivenStep
newWhenStep WhenStep
when WhenStep

Protected Methods

Method Description
I_have_a_given_condition ( ) : void
I_have_a_when_condition ( ) : void
dummy_step ( ) : void

Method Details

I_have_a_given_condition() protected static method

protected static I_have_a_given_condition ( ) : void
return void

I_have_a_when_condition() protected static method

protected static I_have_a_when_condition ( ) : void
return void

dummy_step() protected static method

protected static dummy_step ( ) : void
return void

Property Details

given protected_oe static_oe property

protected static GivenStep given
return GivenStep

newWhenStep protected_oe static_oe property

protected static WhenStep newWhenStep
return WhenStep

when protected_oe static_oe property

protected static WhenStep when
return WhenStep