예제 #1
0
    public void TestCssText()
    {
        CssValue cssValue = _getCssValue(aCssText, false);

        Assert.AreEqual(Type, cssValue.GetType());
    }