Property | Type | Description | |
---|---|---|---|
dummyStepHasExecuted | bool | ||
exception | |||
step | Step |
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 |
protected static I_have_a_given_step ( System.Action stepMethod ) : void | ||
stepMethod | System.Action | |
return | void |
protected static I_have_a_given_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void | ||
stepMethod | System.Action | |
return | void |
protected static I_have_a_given_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void | ||
stepMethod | System.Action | |
return | void |
protected static I_have_a_then_step ( System.Action stepMethod ) : void | ||
stepMethod | System.Action | |
return | void |
protected static I_have_a_then_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void | ||
stepMethod | System.Action | |
return | void |
protected static I_have_a_then_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void | ||
stepMethod | System.Action | |
return | void |
protected static I_have_a_when_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void | ||
stepMethod | System.Action | |
return | void |
protected static I_have_a_when_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void | ||
stepMethod | System.Action | |
return | void |
protected static here_is_a_failing_dummy_step ( ) : void | ||
return | void |
protected static here_is_a_passing_dummy_step ( ) : void | ||
return | void |
protected static bool dummyStepHasExecuted | ||
return | bool |
protected static Exception,System exception | ||
return |