C# Class StoryTeller.Grammars.InvalidGrammarStep

Inheritance: LineStepBase
Datei anzeigen Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
InvalidGrammarStep ( StepValues values, string message ) : StoryTeller.Conversion
ToString ( ) : string

Protected Methods

Method Description
Equals ( InvalidGrammarStep other ) : bool
execute ( ISpecContext context ) : StepResult

Method Details

Equals() protected method

protected Equals ( InvalidGrammarStep other ) : bool
other InvalidGrammarStep
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

InvalidGrammarStep() public method

public InvalidGrammarStep ( StepValues values, string message ) : StoryTeller.Conversion
values StoryTeller.Conversion.StepValues
message string
return StoryTeller.Conversion

ToString() public method

public ToString ( ) : string
return string

execute() protected method

protected execute ( ISpecContext context ) : StepResult
context ISpecContext
return StoryTeller.Results.StepResult