C# 클래스 SharpSpecs.Framework.Specs.with_step

파일 보기 프로젝트 열기: charlieridley/SharpSpecs

보호된 프로퍼티들

프로퍼티 타입 설명
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