C# Class SharpSpecs.Framework.Specs.ThenHelperSpecs.with_then_helper

Show file Open project: charlieridley/SharpSpecs

Protected Properties

Property Type Description
scenario Scenario
then ThenStep
when WhenStep

Protected Methods

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

Method Details

I_have_a_then_condition() protected static method

protected static I_have_a_then_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

scenario protected static property

protected static Scenario scenario
return Scenario

then protected static property

protected static ThenStep then
return ThenStep

when protected static property

protected static WhenStep when
return WhenStep