C# 클래스 StoryTeller.Engine.Sets.SetVerificationGrammar

상속: IGrammar
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
Before ( GrammarAction action ) : void
Execute ( IStep containerStep, ITestContext context ) : void
SetVerificationGrammar ( string leafName, string labelName, ISetComparer comparer ) : System
ToStructure ( FixtureLibrary library ) : GrammarStructure

비공개 메소드들

메소드 설명
buildActualRows ( IEnumerable actualObjects ) : IList
buildExpectedRows ( ITestContext context, IStep step ) : IList
cells ( ) : List
findTheObjects ( IStep containerStep, ITestContext context ) : IEnumerable
markCounts ( ITestContext context, IEnumerable results ) : void
toActual ( object target ) : StoryTeller.Engine.Sets.SetRow
toExpectedRow ( IStep step, ITestContext context ) : StoryTeller.Engine.Sets.SetRow

메소드 상세

Before() 공개 메소드

public Before ( GrammarAction action ) : void
action GrammarAction
리턴 void

Execute() 공개 메소드

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
리턴 void

SetVerificationGrammar() 공개 메소드

public SetVerificationGrammar ( string leafName, string labelName, ISetComparer comparer ) : System
leafName string
labelName string
comparer ISetComparer
리턴 System

ToStructure() 공개 메소드

public ToStructure ( FixtureLibrary library ) : GrammarStructure
library StoryTeller.Model.FixtureLibrary
리턴 StoryTeller.Model.GrammarStructure