org.apache.maven.doxia.parser
Class XhtmlBaseParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.doxia.parser.XhtmlBaseParserTest
All Implemented Interfaces:
junit.framework.Test

public class XhtmlBaseParserTest
extends org.codehaus.plexus.PlexusTestCase

Test for XhtmlBaseParser.

Since:
1.1
Version:
$Id: XhtmlBaseParserTest.java 749267 2009-03-02 10:54:56Z ltheussl $
Author:
ltheussl

Field Summary
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
container, context
 
Constructor Summary
XhtmlBaseParserTest()
           
 
Method Summary
protected  void setUp()
          
protected  void tearDown()
          
 void testFigureEventsList()
           
 void testHeadingEventsList()
           
 void testNestedHeadingEventsList()
           
 void testSignificantWhiteSpace()
           
 void testTableEventsList()
           
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XhtmlBaseParserTest

public XhtmlBaseParserTest()
Method Detail

setUp

protected void setUp()
              throws Exception

Overrides:
setUp in class org.codehaus.plexus.PlexusTestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception

Overrides:
tearDown in class org.codehaus.plexus.PlexusTestCase
Throws:
Exception

testHeadingEventsList

public void testHeadingEventsList()
                           throws Exception
Throws:
Exception

testNestedHeadingEventsList

public void testNestedHeadingEventsList()
                                 throws Exception
Throws:
Exception

testFigureEventsList

public void testFigureEventsList()
                          throws Exception
Throws:
Exception

testTableEventsList

public void testTableEventsList()
                         throws Exception
Throws:
Exception

testSignificantWhiteSpace

public void testSignificantWhiteSpace()
                               throws Exception
Throws:
Exception


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.