C# 클래스 SharpSpecs.Framework.Specs.WhenHelperSpecs.with_when_helper

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

보호된 프로퍼티들

프로퍼티 타입 설명
given GivenStep
newWhenStep WhenStep
when WhenStep

보호된 메소드들

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

메소드 상세

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

protected static I_have_a_given_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

프로퍼티 상세

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

protected static GivenStep given
리턴 GivenStep

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

protected static WhenStep newWhenStep
리턴 WhenStep

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

protected static WhenStep when
리턴 WhenStep