C# 클래스 Ancestry.Daisy.Tests.Daisy.Unit.Language.LexerTests

파일 보기 프로젝트 열기: Ancestry/Daisy

비공개 메소드들

메소드 설명
AssertTokenStreamEquals ( IList eTokens, IList tokens ) : void
ItCountsAndTrimsLeadingSpaces ( string @in, int count, string @out ) : void
ItDiesOnInconsistentWhitespace ( string code ) : void
ItFigouresOutGroupStartOrEnd ( int spacesBefore, string line, IEnumerable expected ) : void
ItInterpretsLines ( string line, IEnumerable expected ) : void
ItLexesMultpleCloseEndGroups ( ) : void
ItLexesPrograms ( string line, IEnumerable expected ) : void