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 1462625 2013-03-29 19:59:53Z rfscholte $
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.
 void testSpecialCharacters()
          Test the FO PDF generation with some special characters in company name.
 
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, format
 
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.


testSpecialCharacters

public void testSpecialCharacters()
                           throws IOException,
                                  TransformerException
Test the FO PDF generation with some special characters in company name.

Throws:
IOException
TransformerException

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-2013 The Apache Software Foundation. All Rights Reserved.