C# Class SpecSalad.Steps.CukeSalad

ファイルを表示 Open project: DuncanButler/SpecSalad

Protected Methods

Method Description
GetActor ( string name ) : Actor
SetActor ( string name, Actor actor ) : void

Private Methods

Method Description
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

Method Details

GetActor() protected method

protected GetActor ( string name ) : Actor
name string
return Actor

SetActor() protected method

protected SetActor ( string name, Actor actor ) : void
name string
actor Actor
return void