C# Class StoryTeller.Model.SpecificationPostProcessor

Inheritance: IStepValidator
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
AddError ( string message ) : void
PostProcessAll ( IEnumerable specs, FixtureLibrary library ) : void
SpecificationPostProcessor ( FixtureLibrary library, Specification spec ) : System.Collections
Validate ( ) : void
ValidateStepsWithinSection ( Section section, FixtureModel fixture ) : void

Private Methods

Méthode Description
IStepValidator ( Section section ) : void
IStepValidator ( Section section, FixtureModel fixture ) : void
IStepValidator ( Step step ) : void
IStepValidator ( int number, Step step ) : void
validateSection ( Section section ) : void

Method Details

AddError() public méthode

public AddError ( string message ) : void
message string
Résultat void

PostProcessAll() public static méthode

public static PostProcessAll ( IEnumerable specs, FixtureLibrary library ) : void
specs IEnumerable
library FixtureLibrary
Résultat void

SpecificationPostProcessor() public méthode

public SpecificationPostProcessor ( FixtureLibrary library, Specification spec ) : System.Collections
library FixtureLibrary
spec Specification
Résultat System.Collections

Validate() public méthode

public Validate ( ) : void
Résultat void

ValidateStepsWithinSection() public méthode

public ValidateStepsWithinSection ( Section section, FixtureModel fixture ) : void
section Section
fixture FixtureModel
Résultat void