net.sf.jsefa.test.flr
Class HeaderAndFooterFilterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.jsefa.test.flr.HeaderAndFooterFilterTest
All Implemented Interfaces:
junit.framework.Test

public class HeaderAndFooterFilterTest
extends junit.framework.TestCase

Tests to test the FLR deserialization with a HeaderAndFooterFilter.

Author:
Norman Lahme-Huetig

Constructor Summary
HeaderAndFooterFilterTest()
           
 
Method Summary
 void testWithNoHeaderButFooter()
          Test a FLR document with no header but a footer.
 void testWithOneHeaderLine()
          Test a FLR document with one header and no footer.
 void testWithOneHeaderLineAndFooter()
          Test a FLR document with one header and a footer.
 void testWithThreeHeaderLines()
          Test a FLR document with multiple header lines and no footer.
 void testWithThreeHeaderLinesAndFooter()
          Test a FLR document with multiple header lines and a footer.
 
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

HeaderAndFooterFilterTest

public HeaderAndFooterFilterTest()
Method Detail

testWithOneHeaderLine

public void testWithOneHeaderLine()
Test a FLR document with one header and no footer.


testWithThreeHeaderLines

public void testWithThreeHeaderLines()
Test a FLR document with multiple header lines and no footer.


testWithNoHeaderButFooter

public void testWithNoHeaderButFooter()
Test a FLR document with no header but a footer.


testWithOneHeaderLineAndFooter

public void testWithOneHeaderLineAndFooter()
Test a FLR document with one header and a footer.


testWithThreeHeaderLinesAndFooter

public void testWithThreeHeaderLinesAndFooter()
Test a FLR document with multiple header lines and a footer.



Copyright © 2014. All rights reserved.