pt.despodata.java.fglreport.tests
Class FglReportTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.moredata.tests.TestCase
              extended bypt.despodata.java.fglreport.tests.FglReportTest
All Implemented Interfaces:
junit.framework.Test

public class FglReportTest
extends TestCase

FglReportTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
betap

Field Summary
 int afterGroupOf
           
 int beforeGroupOf
           
 int firstPageHeaderCount
           
 int onEveryRow
           
 int onLastRow
           
 int pageHeader
           
 int pageTraillerCount
           
 
Constructor Summary
FglReportTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
          Test setup.
static junit.framework.Test suite()
           
protected  void tearDown()
          Undo test changes.
 void testAddFglReportListener()
          Test of addFglReportListener method, of class pt.despodata.java.fglreport.FglReport.
 void testClearFglReportListener()
          Test of clearFglReportListener method, of class pt.despodata.java.fglreport.FglReport.
 void testFinishReport()
          Test of finishReport method, of class pt.despodata.java.fglreport.FglReport.
 void testGetColNo()
          Test of getColNo method, of class pt.despodata.java.fglreport.FglReport.
 void testGetGroup()
          Test of getGroup method, of class pt.despodata.java.fglreport.FglReport.
 void testGetGroupValue()
          Test of getGroupValue method, of class pt.despodata.java.fglreport.FglReport.
 void testGetLineNo()
          Test of getLineNo method, of class pt.despodata.java.fglreport.FglReport.
 void testGetPageNo()
          Test of getPageNo method, of class pt.despodata.java.fglreport.FglReport.
 void testGotoColumn()
          Test of gotoColumn method, of class pt.despodata.java.fglreport.FglReport.
 void testGotoLine()
          Test of gotoLine method, of class pt.despodata.java.fglreport.FglReport.
 void testMissingTest()
           
 void testNewLine()
          Test of newLine method, of class pt.despodata.java.fglreport.FglReport.
 void testNewPage()
          Test of newPage method, of class pt.despodata.java.fglreport.FglReport.
 void testOutputToReport()
          Test of outputToReport method, of class pt.despodata.java.fglreport.FglReport.
 void testPreview()
          Test of preview method, of class pt.despodata.java.fglreport.FglReport.
 void testPrint()
          Test of print method, of class pt.despodata.java.fglreport.FglReport.
 void testPrintBold()
          Test of printBold method, of class pt.despodata.java.fglreport.FglReport.
 void testPrintBox()
          Test of printBox method, of class pt.despodata.java.fglreport.FglReport.
 void testPrintln()
          Test of println method, of class pt.despodata.java.fglreport.FglReport.
 void testRmFglReportListener()
          Test of rmFglReportListener method, of class pt.despodata.java.fglreport.FglReport.
 void testSetFirstPageHeaderLength()
          Test of setFirstPageHeaderLength method, of class pt.despodata.java.fglreport.FglReport.
 void testSetFormat()
          Test of setFormat method, of class pt.despodata.java.fglreport.FglReport.
 void testSetLineno()
          Test of setLineno method, of class pt.despodata.java.fglreport.FglReport.
 void testSetNomeFont()
          Test of setNomeFont method, of class pt.despodata.java.fglreport.FglReport.
 void testSetPageHeaderLength()
          Test of setPageHeaderLength method, of class pt.despodata.java.fglreport.FglReport.
 void testSetPageTrailerLength()
          Test of setPageTrailerLength method, of class pt.despodata.java.fglreport.FglReport.
 void testSetTamanhoFont()
          Test of setTamanhoFont method, of class pt.despodata.java.fglreport.FglReport.
 void testStartReport()
          Test of startReport method, of class pt.despodata.java.fglreport.FglReport.
 
Methods inherited from class pt.moredata.tests.TestCase
assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, main, testMissingTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

firstPageHeaderCount

public int firstPageHeaderCount

pageTraillerCount

public int pageTraillerCount

pageHeader

public int pageHeader

beforeGroupOf

public int beforeGroupOf

afterGroupOf

public int afterGroupOf

onEveryRow

public int onEveryRow

onLastRow

public int onLastRow
Constructor Detail

FglReportTest

public FglReportTest(java.lang.String testName)
Method Detail

setUp

protected void setUp()
Test setup. This method is executed once for each test method.


tearDown

protected void tearDown()
Undo test changes. This method is executed once for each test method.


suite

public static junit.framework.Test suite()

testMissingTest

public void testMissingTest()
                     throws java.lang.SecurityException
Throws:
java.lang.SecurityException

testStartReport

public void testStartReport()
Test of startReport method, of class pt.despodata.java.fglreport.FglReport.


testOutputToReport

public void testOutputToReport()
Test of outputToReport method, of class pt.despodata.java.fglreport.FglReport.


testFinishReport

public void testFinishReport()
Test of finishReport method, of class pt.despodata.java.fglreport.FglReport.


testPreview

public void testPreview()
Test of preview method, of class pt.despodata.java.fglreport.FglReport.


testPrint

public void testPrint()
Test of print method, of class pt.despodata.java.fglreport.FglReport.


testPrintBold

public void testPrintBold()
Test of printBold method, of class pt.despodata.java.fglreport.FglReport.


testPrintBox

public void testPrintBox()
Test of printBox method, of class pt.despodata.java.fglreport.FglReport.


testPrintln

public void testPrintln()
Test of println method, of class pt.despodata.java.fglreport.FglReport.


testGotoLine

public void testGotoLine()
Test of gotoLine method, of class pt.despodata.java.fglreport.FglReport.


testGotoColumn

public void testGotoColumn()
Test of gotoColumn method, of class pt.despodata.java.fglreport.FglReport.


testNewLine

public void testNewLine()
Test of newLine method, of class pt.despodata.java.fglreport.FglReport.


testNewPage

public void testNewPage()
Test of newPage method, of class pt.despodata.java.fglreport.FglReport.


testGetLineNo

public void testGetLineNo()
Test of getLineNo method, of class pt.despodata.java.fglreport.FglReport.


testGetColNo

public void testGetColNo()
Test of getColNo method, of class pt.despodata.java.fglreport.FglReport.


testGetPageNo

public void testGetPageNo()
Test of getPageNo method, of class pt.despodata.java.fglreport.FglReport.


testGetGroup

public void testGetGroup()
Test of getGroup method, of class pt.despodata.java.fglreport.FglReport.


testGetGroupValue

public void testGetGroupValue()
Test of getGroupValue method, of class pt.despodata.java.fglreport.FglReport.


testSetNomeFont

public void testSetNomeFont()
Test of setNomeFont method, of class pt.despodata.java.fglreport.FglReport.


testSetTamanhoFont

public void testSetTamanhoFont()
Test of setTamanhoFont method, of class pt.despodata.java.fglreport.FglReport.


testSetFirstPageHeaderLength

public void testSetFirstPageHeaderLength()
Test of setFirstPageHeaderLength method, of class pt.despodata.java.fglreport.FglReport.


testSetPageHeaderLength

public void testSetPageHeaderLength()
Test of setPageHeaderLength method, of class pt.despodata.java.fglreport.FglReport.


testSetPageTrailerLength

public void testSetPageTrailerLength()
Test of setPageTrailerLength method, of class pt.despodata.java.fglreport.FglReport.


testSetLineno

public void testSetLineno()
Test of setLineno method, of class pt.despodata.java.fglreport.FglReport.


testSetFormat

public void testSetFormat()
Test of setFormat method, of class pt.despodata.java.fglreport.FglReport.


testAddFglReportListener

public void testAddFglReportListener()
Test of addFglReportListener method, of class pt.despodata.java.fglreport.FglReport.


testRmFglReportListener

public void testRmFglReportListener()
Test of rmFglReportListener method, of class pt.despodata.java.fglreport.FglReport.


testClearFglReportListener

public void testClearFglReportListener()
Test of clearFglReportListener method, of class pt.despodata.java.fglreport.FglReport.


main

public static void main(java.lang.String[] args)