org.eclipse.mylyn.internal.wikitext.core.util.css
Class CssParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.mylyn.internal.wikitext.core.util.css.CssParserTest
All Implemented Interfaces:
junit.framework.Test

public class CssParserTest
extends junit.framework.TestCase

Author:
David Green

Constructor Summary
CssParserTest()
           
 
Method Summary
protected  void setUp()
           
 void testComments()
           
 void testCompoundElementUsingDot()
           
 void testCompoundElementUsingDotAndJoin()
           
 void testCompoundElementWithJoin()
           
 void testCompoundIdElement()
           
 void testCompoundIdElement2()
           
 void testDetectStyles()
           
 void testNumericElementName()
           
 void testSimple()
           
 void testSimpleClass()
           
 void testSimpleElement()
           
 void testSimpleId()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

CssParserTest

public CssParserTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testDetectStyles

public void testDetectStyles()

testSimple

public void testSimple()
                throws IOException
Throws:
IOException

testSimpleId

public void testSimpleId()

testSimpleClass

public void testSimpleClass()

testSimpleElement

public void testSimpleElement()

testNumericElementName

public void testNumericElementName()

testCompoundIdElement

public void testCompoundIdElement()

testCompoundIdElement2

public void testCompoundIdElement2()

testCompoundElementWithJoin

public void testCompoundElementWithJoin()

testCompoundElementUsingDot

public void testCompoundElementUsingDot()

testCompoundElementUsingDotAndJoin

public void testCompoundElementUsingDotAndJoin()

testComments

public void testComments()


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.