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

Exibir arquivo 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_oe static_oe property

protected static Scenario scenario
return Scenario

then protected_oe static_oe property

protected static ThenStep then
return ThenStep

when protected_oe static_oe property

protected static WhenStep when
return WhenStep