C# 클래스 SharpSpecs.Framework.Feature

파일 보기 프로젝트 열기: charlieridley/SharpSpecs 1 사용 예제들

보호된 메소드들

메소드 설명
Given ( System.Action step ) : GivenStep

Starts a new scenario

When ( System.Action step ) : WhenStep

Whens the specified step.

비공개 메소드들

메소드 설명
LoadScenarios ( ) : IEnumerable

Loads the scenarios.

메소드 상세

Given() 보호된 메소드

Starts a new scenario
protected Given ( System.Action step ) : GivenStep
step System.Action The step.
리턴 GivenStep

When() 보호된 메소드

Whens the specified step.
protected When ( System.Action step ) : WhenStep
step System.Action The step.
리턴 WhenStep