C# Класс SpecSalad.Steps.CukeSalad

Показать файл Открыть проект

Защищенные методы

Метод Описание
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