C# Class StoryTeller.Model.Persistence.TextParser.SpecParser

Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
Read ( string text ) : void
SpecParser ( ) : System

Private Methods

Method Description
applyValues ( string valueData, Step step ) : void
parseName ( string text ) : void
parseSection ( string text ) : void
parseStep ( string text ) : void
startNewCollection ( string text ) : void

Method Details

Read() public method

public Read ( string text ) : void
text string
return void

SpecParser() public method

public SpecParser ( ) : System
return System