org.apache.maven.doxia.module.fo
Class FoAggregateSinkTest

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

public class FoAggregateSinkTest
extends junit.framework.TestCase

Test FoAggregateSink.

Version:
$Id: FoAggregateSinkTest.java 1091053 2011-04-11 12:55:07Z ltheussl $
Author:
ltheussl

Constructor Summary
FoAggregateSinkTest()
           
 
Method Summary
protected  void setUp()
           
 void testAnchor()
          Test of anchor method, of class FoAggregateSink.
 void testBody()
          Test of body method, of class FoAggregateSink.
 void testFigureGraphics()
          Test of figureGraphics method, of class FoAggregateSink.
 void testLink()
          Test of link method, of class FoAggregateSink.
 void testSetDocumentName()
          Test of setDocumentName method, of class FoAggregateSink.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FoAggregateSinkTest

public FoAggregateSinkTest()
Method Detail

setUp

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

testBody

public void testBody()
Test of body method, of class FoAggregateSink.


testSetDocumentName

public void testSetDocumentName()
Test of setDocumentName method, of class FoAggregateSink.


testFigureGraphics

public void testFigureGraphics()
Test of figureGraphics method, of class FoAggregateSink.


testAnchor

public void testAnchor()
Test of anchor method, of class FoAggregateSink.


testLink

public void testLink()
Test of link method, of class FoAggregateSink.



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