C# Класс StoryTeller.Grammars.Sets.VerificationSetPlan

Наследование: ILineExecution
Показать файл Открыть проект

Открытые методы

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