C# 클래스 SharpSpecs.Framework.WhenHelper

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

공개 메소드들

메소드 설명
And ( this whenStep, System.Action step ) : WhenStep

Adds another when condition to the scenario

When ( this givenStep, System.Action step ) : WhenStep

Adds a when condition to the scenario

메소드 상세

And() 공개 정적인 메소드

Adds another when condition to the scenario
public static And ( this whenStep, System.Action step ) : WhenStep
whenStep this The when step.
step System.Action The step.
리턴 WhenStep

When() 공개 정적인 메소드

Adds a when condition to the scenario
public static When ( this givenStep, System.Action step ) : WhenStep
givenStep this The given condition.
step System.Action The step.
리턴 WhenStep