C# 클래스 SharpSpecs.Framework.Specs.ThenHelperSpecs.with_then_helper

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

보호된 프로퍼티들

프로퍼티 타입 설명
scenario Scenario
then ThenStep
when WhenStep

보호된 메소드들

메소드 설명
I_have_a_then_condition ( ) : void
I_have_a_when_condition ( ) : void
dummy_step ( ) : void

메소드 상세

I_have_a_then_condition() 보호된 정적인 메소드

protected static I_have_a_then_condition ( ) : void
리턴 void

I_have_a_when_condition() 보호된 정적인 메소드

protected static I_have_a_when_condition ( ) : void
리턴 void

dummy_step() 보호된 정적인 메소드

protected static dummy_step ( ) : void
리턴 void

프로퍼티 상세

scenario 보호되어 있는 정적으로 프로퍼티

protected static Scenario scenario
리턴 Scenario

then 보호되어 있는 정적으로 프로퍼티

protected static ThenStep then
리턴 ThenStep

when 보호되어 있는 정적으로 프로퍼티

protected static WhenStep when
리턴 WhenStep