Boo.BooLangStudioSpecs.AndPegTokenTypeIsWhitespace.IdeTokenColorShouldBeText C# (CSharp) Method

IdeTokenColorShouldBeText() private method

private IdeTokenColorShouldBeText ( ) : void
return void
        public void IdeTokenColorShouldBeText()
        {
            Assert.True(ideToken.Color == TokenColor.Text, "Actual: "+ideToken.Color.ToString());
        }