Boo.BooLangStudioSpecs.WhenParsingTheStartOfAnMlCommentRegion.TokenColorShouldBeComment C# (CSharp) Méthode

TokenColorShouldBeComment() private méthode

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