com.steadystate.css.parser
Class CSSOMParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.steadystate.css.parser.CSSOMParserTest
All Implemented Interfaces:
junit.framework.Test

public class CSSOMParserTest
extends junit.framework.TestCase

Version:
$Id: CSSOMParserTest.java,v 1.7 2008/03/26 01:27:18 sdanig Exp $
Author:
David Schweinsberg

Constructor Summary
CSSOMParserTest()
           
 
Method Summary
 void testColorFirst()
          Regression test for bug 1183734.
 void testEscapedChars()
          Regression test for bug 1226128.
 void testMisc()
           
 void testParseSelectors()
           
 void testParseStyleDeclaration()
          Regression test for bug 1191376.
 void testParseStyleSheet()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSSOMParserTest

public CSSOMParserTest()
Method Detail

testParseStyleSheet

public void testParseStyleSheet()
                         throws IOException
Throws:
IOException

testParseSelectors

public void testParseSelectors()
                        throws Exception
Throws:
Exception

testParseStyleDeclaration

public void testParseStyleDeclaration()
                               throws Exception
Regression test for bug 1191376.

Throws:
Exception - if any error occurs

testColorFirst

public void testColorFirst()
                    throws Exception
Regression test for bug 1183734.

Throws:
Exception - if any error occurs

testEscapedChars

public void testEscapedChars()
                      throws Exception
Regression test for bug 1226128.

Throws:
Exception - if an error occurs
See Also:
CSS Spec

testMisc

public void testMisc()
              throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.