C# 클래스 StoryTeller.Grammars.Sets.VerificationSetPlan

상속: ILineExecution
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
CreateResults ( IEnumerable expected, IEnumerable actual ) : SetVerificationResult
Execute ( SpecContext context ) : void
VerificationSetPlan ( Section section, ISetMatcher matcher, ISetComparison comparison, IEnumerable expected, Cell cells ) : System.Collections.Generic

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
리턴 void

Count() 공개 메소드

public Count ( ) : int
리턴 int

CreateResults() 공개 메소드

public CreateResults ( IEnumerable expected, IEnumerable actual ) : SetVerificationResult
expected IEnumerable
actual IEnumerable
리턴 SetVerificationResult

Execute() 공개 메소드

public Execute ( SpecContext context ) : void
context SpecContext
리턴 void

VerificationSetPlan() 공개 메소드

public VerificationSetPlan ( Section section, ISetMatcher matcher, ISetComparison comparison, IEnumerable expected, Cell cells ) : System.Collections.Generic
section StoryTeller.Model.Section
matcher ISetMatcher
comparison ISetComparison
expected IEnumerable
cells Cell
리턴 System.Collections.Generic