Boo.BooLangStudioSpecs.WhenParsingTheStartOfAnMlCommentRegion.TokenColorShouldBeComment C# (CSharp) Method

TokenColorShouldBeComment() private method

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