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

Afficher le fichier Open project: charlieridley/SharpSpecs

Protected Properties

Свойство Type Description
given GivenStep
newWhenStep WhenStep
when WhenStep

Méthodes protégées

Méthode 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 méthode

protected static I_have_a_given_condition ( ) : void
Résultat void

I_have_a_when_condition() protected static méthode

protected static I_have_a_when_condition ( ) : void
Résultat void

dummy_step() protected static méthode

protected static dummy_step ( ) : void
Résultat void

Property Details

given protected_oe static_oe property

protected static GivenStep given
Résultat GivenStep

newWhenStep protected_oe static_oe property

protected static WhenStep newWhenStep
Résultat WhenStep

when protected_oe static_oe property

protected static WhenStep when
Résultat WhenStep