C# Класс SharpSpecs.Framework.Specs.with_step

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
dummyStepHasExecuted bool
exception System.Exception
step Step

Защищенные методы

Метод Описание
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

Описание методов

I_have_a_given_step() защищенный статический Метод

protected static I_have_a_given_step ( System.Action stepMethod ) : void
stepMethod System.Action
Результат void

I_have_a_given_step_with_a_failed_on_assertion_scenario() защищенный статический Метод

protected static I_have_a_given_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Результат void

I_have_a_given_step_with_a_failed_on_setup_scenario() защищенный статический Метод

protected static I_have_a_given_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Результат void

I_have_a_then_step() защищенный статический Метод

protected static I_have_a_then_step ( System.Action stepMethod ) : void
stepMethod System.Action
Результат void

I_have_a_then_step_with_a_failed_on_assertion_scenario() защищенный статический Метод

protected static I_have_a_then_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Результат void

I_have_a_then_step_with_a_failed_on_setup_scenario() защищенный статический Метод

protected static I_have_a_then_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Результат void

I_have_a_when_step_with_a_failed_on_assertion_scenario() защищенный статический Метод

protected static I_have_a_when_step_with_a_failed_on_assertion_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Результат void

I_have_a_when_step_with_a_failed_on_setup_scenario() защищенный статический Метод

protected static I_have_a_when_step_with_a_failed_on_setup_scenario ( System.Action stepMethod ) : void
stepMethod System.Action
Результат void

here_is_a_failing_dummy_step() защищенный статический Метод

protected static here_is_a_failing_dummy_step ( ) : void
Результат void

here_is_a_passing_dummy_step() защищенный статический Метод

protected static here_is_a_passing_dummy_step ( ) : void
Результат void

Описание свойств

dummyStepHasExecuted защищенное статическое свойство

protected static bool dummyStepHasExecuted
Результат bool

exception защищенное статическое свойство

protected static Exception,System exception
Результат System.Exception

step защищенное статическое свойство

protected static Step step
Результат Step