C# Class Specs2Tests.SpecParser

Inheritance: ISpecParser
Mostrar archivo Open project: JonKruger/Specs2Tests

Public Methods

Method Description
Parse ( string specText ) : ParsedSpec
StringifyMethodName ( string text ) : string

Private Methods

Method Description
IsScenarioLine ( string line ) : bool
ReplaceWithPhraseStarter ( string line ) : string

Method Details

Parse() public method

public Parse ( string specText ) : ParsedSpec
specText string
return ParsedSpec

StringifyMethodName() public static method

public static StringifyMethodName ( string text ) : string
text string
return string