C# Class Ancestry.Daisy.Tests.Daisy.Unit.Language.LexerTests

Datei anzeigen Open project: Ancestry/Daisy

Private Methods

Method Description
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