C# 클래스 Specs2Tests.SpecParser

상속: ISpecParser
파일 보기 프로젝트 열기: JonKruger/Specs2Tests

공개 메소드들

메소드 설명
Parse ( string specText ) : ParsedSpec
StringifyMethodName ( string text ) : string

비공개 메소드들

메소드 설명
IsScenarioLine ( string line ) : bool
ReplaceWithPhraseStarter ( string line ) : string

메소드 상세

Parse() 공개 메소드

public Parse ( string specText ) : ParsedSpec
specText string
리턴 ParsedSpec

StringifyMethodName() 공개 정적인 메소드

public static StringifyMethodName ( string text ) : string
text string
리턴 string