org.apache.maven.doxia.macro.toc
Class TocMacroTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.doxia.macro.toc.TocMacroTest
All Implemented Interfaces:
junit.framework.Test

public class TocMacroTest
extends junit.framework.TestCase

Test toc macro.

Version:
$Id: TocMacroTest.java 1172204 2011-09-18 06:46:17Z hboutemy $
Author:
ltheussl

Constructor Summary
TocMacroTest()
           
 
Method Summary
 void testExecute()
          Test of execute method, of class TocMacro.
 void testTocStyle()
          Test DOXIA-366.
 
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

TocMacroTest

public TocMacroTest()
Method Detail

testExecute

public void testExecute()
                 throws MacroExecutionException
Test of execute method, of class TocMacro.

Throws:
MacroExecutionException - if a macro fails during testing.

testTocStyle

public void testTocStyle()
                  throws MacroExecutionException
Test DOXIA-366.

Throws:
MacroExecutionException - if a macro fails during testing.


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