org.apache.maven.doxia.module.docbook
Class DocbookUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.doxia.module.docbook.DocbookUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class DocbookUtilsTest
extends junit.framework.TestCase

Test DocbookUtils.

Version:
$Id: DocbookUtilsTest.java 784651 2009-06-15 04:54:34Z ltheussl $
Author:
ltheussl

Constructor Summary
DocbookUtilsTest()
           
 
Method Summary
 void testDocbookListNumbering()
          Test of docbookListNumbering method, of class DocbookUtils.
 void testDoxiaListNumbering()
          Test of doxiaListNumbering method, of class DocbookUtils.
 void testDoxiaTableFrameAttribute()
          Test of doxiaTableFrameAttribute method, of class DocbookUtils.
 void testTrademarkFromClass()
          Test of trademarkFromClass method, of class DocbookUtils.
 
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

DocbookUtilsTest

public DocbookUtilsTest()
Method Detail

testDoxiaTableFrameAttribute

public void testDoxiaTableFrameAttribute()
Test of doxiaTableFrameAttribute method, of class DocbookUtils.


testDoxiaListNumbering

public void testDoxiaListNumbering()
Test of doxiaListNumbering method, of class DocbookUtils.


testDocbookListNumbering

public void testDocbookListNumbering()
Test of docbookListNumbering method, of class DocbookUtils.


testTrademarkFromClass

public void testTrademarkFromClass()
Test of trademarkFromClass method, of class DocbookUtils.



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