C# Class SharpSpecs.Framework.Specs.GivenHelperSpecs.with_given_helper

Show file Open project: charlieridley/SharpSpecs

Protected Properties

Property Type Description
given GivenStep
newGivenStep GivenStep

Protected Methods

Method Description
I_have_a_given_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

dummy_step() protected static method

protected static dummy_step ( ) : void
return void

Property Details

given protected static property

protected static GivenStep given
return GivenStep

newGivenStep protected static property

protected static GivenStep newGivenStep
return GivenStep