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