C# Class StoryTeller.Testing.Engine.SampleGrammar

Inheritance: StoryTeller.Engine.SingleLineGrammar
Show file Open project: adymitruk/storyteller Class Usage Examples

Public Properties

Property Type Description
ExecutionSteps List

Public Methods

Method Description
Go ( string arg1, string arg2 ) : string

Protected Methods

Method Description
afterExecute ( ) : void
beforeExecute ( ) : void

Method Details

Go() public method

public Go ( string arg1, string arg2 ) : string
arg1 string
arg2 string
return string

afterExecute() protected method

protected afterExecute ( ) : void
return void

beforeExecute() protected method

protected beforeExecute ( ) : void
return void

Property Details

ExecutionSteps public property

public List ExecutionSteps
return List