org.apache.maven.doxia.siterenderer
Class DefaultSiteRendererTest

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.siterenderer.DefaultSiteRendererTest
All Implemented Interfaces:
junit.framework.Test

public class DefaultSiteRendererTest
extends org.codehaus.plexus.PlexusTestCase

Version:
$Id: DefaultSiteRendererTest.java 779968 2009-05-29 13:40:51Z vsiveton $
Author:
Vincent Siveton,
Nested Class Summary
protected static class DefaultSiteRendererTest.XhtmlValidatorTest
           
 
Field Summary
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
container, context
 
Constructor Summary
DefaultSiteRendererTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testRender()
           
 void validatePages()
          Validate the generated pages.
 void verifyApt()
           
 void verifyAttributes()
           
 void verifyCdcPage()
           
 void verifyDocbookPageExists()
           
 void verifyEntitiesPage()
           
 void verifyFaqPage()
           
 void verifyHeadPage()
           
 void verifyJavascriptPage()
           
 void verifyMacro()
           
 void verifyMisc()
           
 void verifyMultipleBlock()
           
 void verifyNestedItemsPage()
           
 
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

DefaultSiteRendererTest

public DefaultSiteRendererTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class org.codehaus.plexus.PlexusTestCase
Throws:
Exception - if something goes wrong.
See Also:
PlexusTestCase.setUp()

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class org.codehaus.plexus.PlexusTestCase
Throws:
Exception - if something goes wrong.
See Also:
PlexusTestCase.tearDown()

testRender

public void testRender()
                throws Exception
Throws:
Exception - if something goes wrong.

verifyHeadPage

public void verifyHeadPage()
                    throws Exception
Throws:
Exception - if something goes wrong.

verifyCdcPage

public void verifyCdcPage()
                   throws Exception
Throws:
Exception - if something goes wrong.

verifyNestedItemsPage

public void verifyNestedItemsPage()
                           throws Exception
Throws:
Exception - if something goes wrong.

verifyMultipleBlock

public void verifyMultipleBlock()
                         throws Exception
Throws:
Exception - if something goes wrong.

verifyMacro

public void verifyMacro()
                 throws Exception
Throws:
Exception - if something goes wrong.

verifyEntitiesPage

public void verifyEntitiesPage()
                        throws Exception
Throws:
Exception - if something goes wrong.

verifyJavascriptPage

public void verifyJavascriptPage()
                          throws Exception
Throws:
Exception - if something goes wrong.

verifyFaqPage

public void verifyFaqPage()
                   throws Exception
Throws:
Exception - if something goes wrong.

verifyAttributes

public void verifyAttributes()
                      throws Exception
Throws:
Exception - if something goes wrong.

verifyMisc

public void verifyMisc()
                throws Exception
Throws:
Exception - if something goes wrong.

verifyDocbookPageExists

public void verifyDocbookPageExists()
                             throws Exception
Throws:
Exception - if something goes wrong.

verifyApt

public void verifyApt()
               throws Exception
Throws:
Exception - if something goes wrong.

validatePages

public void validatePages()
                   throws Exception
Validate the generated pages.

Throws:
Exception - if something goes wrong.
Since:
1.1.1


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