Boo.BooLangStudioSpecs.AndWhenTheScannerHasProcessedTheSecondToken.TheLexersCurrentIndexShouldBeSeven C# (CSharp) 메소드

TheLexersCurrentIndexShouldBeSeven() 개인적인 메소드

private TheLexersCurrentIndexShouldBeSeven ( ) : void
리턴 void
        void TheLexersCurrentIndexShouldBeSeven()
        {
            Assert.True(scanner.Lexer.CurrentIndex == 7, "Actual: "+scanner.Lexer.CurrentIndex);
        }