Boo.BooLangStudioSpecs.WhenParsingIntraMlCommentRegion.TokenColorShouldBeComment C# (CSharp) 메소드

TokenColorShouldBeComment() 개인적인 메소드

private TokenColorShouldBeComment ( ) : void
리턴 void
        public void TokenColorShouldBeComment()
        {
            Assert.True(token.Color == TokenColor.Comment, "actual: " + token.Color.ToString());
        }