C# Class StoryTeller.Grammars.Sets.SetVerificationGrammar

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

Méthodes publiques

Méthode Description
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
LeafNameIs ( string leafName ) : SetVerificationGrammar

Ordered ( ) : SetVerificationGrammar
SetVerificationGrammar ( string title, string leafName, ISetComparison comparison ) : System

Method Details

Compile() public méthode

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
Résultat StoryTeller.Model.GrammarModel

CreatePlan() public méthode

public CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step StoryTeller.Model.Step
library StoryTeller.Model.FixtureLibrary
inTable bool
Résultat IExecutionStep

LeafNameIs() public méthode

public LeafNameIs ( string leafName ) : SetVerificationGrammar
leafName string
Résultat SetVerificationGrammar

Ordered() public méthode

public Ordered ( ) : SetVerificationGrammar
Résultat SetVerificationGrammar

SetVerificationGrammar() public méthode

public SetVerificationGrammar ( string title, string leafName, ISetComparison comparison ) : System
title string
leafName string
comparison ISetComparison
Résultat System