C# Class StoryTeller.Testing.Engine.SampleGrammar

Inheritance: StoryTeller.Engine.SingleLineGrammar
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
ExecutionSteps List

Méthodes publiques

Méthode Description
Go ( string arg1, string arg2 ) : string

Méthodes protégées

Méthode Description
afterExecute ( ) : void
beforeExecute ( ) : void

Method Details

Go() public méthode

public Go ( string arg1, string arg2 ) : string
arg1 string
arg2 string
Résultat string

afterExecute() protected méthode

protected afterExecute ( ) : void
Résultat void

beforeExecute() protected méthode

protected beforeExecute ( ) : void
Résultat void

Property Details

ExecutionSteps public_oe property

public List ExecutionSteps
Résultat List