C# 클래스 SpecSalad.Steps.CukeSalad

파일 보기 프로젝트 열기: DuncanButler/SpecSalad

보호된 메소드들

메소드 설명
GetActor ( string name ) : Actor
SetActor ( string name, Actor actor ) : void

비공개 메소드들

메소드 설명
GivenAdditionalRoleSpecification ( string role ) : void
GivenRoleCanSeeList ( string role, string name, TechTalk.SpecFlow.Table theTable ) : void
GivenRoleSpecification ( string role ) : void
GivenTaskSpecification ( string task, string details ) : void
GivenTheRolePerformsATask ( string role, string task, string details ) : void
GivenThereIsAList ( string name, TechTalk.SpecFlow.Table theTable ) : void
TheAnswerIncludesWithSecondaryRole ( string role, string theQuestion, string expectedContent ) : void
ThenAnswerQuestion ( string theQuestion ) : void
ThenAnswerQuestionWithSecondaryRole ( string role, string theQuestion ) : void
ThenAreEqualSpecification ( string theQuestion, string expectedAnswer ) : void
ThenAreEqualSpecificationWithSecondaryRole ( string role, string theQuestion, string expectedAnswer ) : void
ThenAreInList ( string theQuestion, TechTalk.SpecFlow.Table expectedAnswers ) : void
ThenAreInTable ( string theQuestion, TechTalk.SpecFlow.Table expectedAnswers ) : void
ThenQuestionIncludes ( string theQuestion, string expectedContent ) : void
ThenRoleAreInList ( string role, string theQuestion, TechTalk.SpecFlow.Table expectedAnswers ) : void
ThenRoleAreInTable ( string role, string theQuestion, TechTalk.SpecFlow.Table expectedAnswers ) : void
ThenTaskSpecification ( string task, string details ) : void
ThenTaskSpecificationWithSecondaryRole ( string role, string task, string details ) : void
ValidateTableAnswers ( TechTalk.SpecFlow.Table actualAnswers, TechTalk.SpecFlow.Table expectedAnswers ) : void
WhenTaskSpecification ( string task, string details ) : void
WhenTaskSpecificationWithSecondaryRole ( string role, string task, string details ) : void

메소드 상세

GetActor() 보호된 메소드

protected GetActor ( string name ) : Actor
name string
리턴 Actor

SetActor() 보호된 메소드

protected SetActor ( string name, Actor actor ) : void
name string
actor Actor
리턴 void