C# Class SharpSpecs.Framework.Specs.with_step

Afficher le fichier Open project: charlieridley/SharpSpecs

Protected Properties

Свойство Type Description
dummyStepHasExecuted bool
exception System.Exception
step Step

Méthodes protégées

Méthode Description
I_have_a_given_step ( System.Action stepMethod ) : void
I_have_a_given_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
I_have_a_given_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
I_have_a_then_step ( System.Action stepMethod ) : void
I_have_a_then_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
I_have_a_then_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
I_have_a_when_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
I_have_a_when_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
here_is_a_failing_dummy_step ( ) : void
here_is_a_passing_dummy_step ( ) : void

Method Details

I_have_a_given_step() protected static méthode

protected static I_have_a_given_step ( System.Action stepMethod ) : void
stepMethod System.Action
Résultat void

I_have_a_given_step_with_a_failed_on_assertion_scenario() protected static méthode

protected static I_have_a_given_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Résultat void

I_have_a_given_step_with_a_failed_on_setup_scenario() protected static méthode

protected static I_have_a_given_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Résultat void

I_have_a_then_step() protected static méthode

protected static I_have_a_then_step ( System.Action stepMethod ) : void
stepMethod System.Action
Résultat void

I_have_a_then_step_with_a_failed_on_assertion_scenario() protected static méthode

protected static I_have_a_then_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Résultat void

I_have_a_then_step_with_a_failed_on_setup_scenario() protected static méthode

protected static I_have_a_then_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Résultat void

I_have_a_when_step_with_a_failed_on_assertion_scenario() protected static méthode

protected static I_have_a_when_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Résultat void

I_have_a_when_step_with_a_failed_on_setup_scenario() protected static méthode

protected static I_have_a_when_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Résultat void

here_is_a_failing_dummy_step() protected static méthode

protected static here_is_a_failing_dummy_step ( ) : void
Résultat void

here_is_a_passing_dummy_step() protected static méthode

protected static here_is_a_passing_dummy_step ( ) : void
Résultat void

Property Details

dummyStepHasExecuted protected_oe static_oe property

protected static bool dummyStepHasExecuted
Résultat bool

exception protected_oe static_oe property

protected static Exception,System exception
Résultat System.Exception

step protected_oe static_oe property

protected static Step step
Résultat Step