Boo.BooLangStudioSpecs.AndWhenTheScannerHasProcessedTheFirstToken.TheLexersCurrentIndexShouldBeTwo C# (CSharp) 메소드

TheLexersCurrentIndexShouldBeTwo() 개인적인 메소드

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