C# Class SharpSpecs.Framework.Specs.with_step

Show file Open project: charlieridley/SharpSpecs

Protected Properties

Property Type Description
dummyStepHasExecuted bool
exception System.Exception
step Step

Protected Methods

Method 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 method

protected static I_have_a_given_step ( System.Action stepMethod ) : void
stepMethod System.Action
return void

I_have_a_given_step_with_a_failed_on_assertion_scenario() protected static method

protected static I_have_a_given_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
return void

I_have_a_given_step_with_a_failed_on_setup_scenario() protected static method

protected static I_have_a_given_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
return void

I_have_a_then_step() protected static method

protected static I_have_a_then_step ( System.Action stepMethod ) : void
stepMethod System.Action
return void

I_have_a_then_step_with_a_failed_on_assertion_scenario() protected static method

protected static I_have_a_then_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
return void

I_have_a_then_step_with_a_failed_on_setup_scenario() protected static method

protected static I_have_a_then_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
return void

I_have_a_when_step_with_a_failed_on_assertion_scenario() protected static method

protected static I_have_a_when_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
return void

I_have_a_when_step_with_a_failed_on_setup_scenario() protected static method

protected static I_have_a_when_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
return void

here_is_a_failing_dummy_step() protected static method

protected static here_is_a_failing_dummy_step ( ) : void
return void

here_is_a_passing_dummy_step() protected static method

protected static here_is_a_passing_dummy_step ( ) : void
return void

Property Details

dummyStepHasExecuted protected static property

protected static bool dummyStepHasExecuted
return bool

exception protected static property

protected static Exception,System exception
return System.Exception

step protected static property

protected static Step step
return Step