pt.moredata.fglreport
Class SwingFglReportTest

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

public class SwingFglReportTest
extends TestCase

FglReportTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
betap

Field Summary
 int afterGroupOf
          Description of the Field
 int beforeGroupOf
          Description of the Field
 int firstPageHeaderCount
          Description of the Field
 int onEveryRow
          Description of the Field
 int onLastRow
          Description of the Field
 int pageHeader
          Description of the Field
 int pageTraillerCount
          Description of the Field
 
Constructor Summary
SwingFglReportTest(java.lang.String testName)
          Constructor for the SwingFglReportTest object
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the SwingFglReportTest class
protected  void setUp()
          Test setup.
static junit.framework.Test suite()
          A unit test suite for JUnit
protected  void tearDown()
          Undo test changes.
 void testAddFglReportListener()
          Test of addFglReportListener method, of class pt.moredata.fglreport.SwingFglReport.
 void testFinishReport()
          Test of finishReport method, of class pt.moredata.fglreport.SwingFglReport.
 void testGetColNo()
          Test of getColNo method, of class pt.moredata.fglreport.SwingFglReport.
 void testGetGroup()
          Test of getGroup method, of class pt.moredata.fglreport.SwingFglReport.
 void testGetGroupValue()
          Test of getGroupValue method, of class pt.moredata.fglreport.SwingFglReport.
 void testGetLineNo()
          Test of getLineNo method, of class pt.moredata.fglreport.SwingFglReport.
 void testGotoColumn()
          Test of gotoColumn method, of class pt.moredata.fglreport.SwingFglReport.
 void testGotoLine()
          Test of gotoLine method, of class pt.moredata.fglreport.SwingFglReport.
 void testMissingTest()
          A unit test for JUnit
 void testNewLine()
          Test of newLine method, of class pt.moredata.fglreport.SwingFglReport.
 void testNewPage()
          Test of newPage method, of class pt.moredata.fglreport.SwingFglReport.
 void testOutputToReport()
          Test of outputToReport method, of class pt.moredata.fglreport.SwingFglReport.
 void testPreview()
          Test of preview method, of class pt.moredata.fglreport.SwingFglReport.
 void testPrint()
          Test of print method, of class pt.moredata.fglreport.SwingFglReport.
 void testPrintBold()
          Test of printBold method, of class pt.moredata.fglreport.SwingFglReport.
 void testPrintBox()
          Test of printBox method, of class pt.moredata.fglreport.SwingFglReport.
 void testPrintln()
          Test of println method, of class pt.moredata.fglreport.SwingFglReport.
 void testRemoveFglReportListener()
          Test of removeFglReportListener method, of class pt.moredata.fglreport.SwingFglReport.
 void testSetFirstPageHeaderLength()
          Test of setFirstPageHeaderLength method, of class pt.moredata.fglreport.SwingFglReport.
 void testSetFormat()
          Test of setFormat method, of class pt.moredata.fglreport.SwingFglReport.
 void testSetLineno()
          Test of setLineno method, of class pt.moredata.fglreport.SwingFglReport.
 void testSetPageHeaderLength()
          Test of setPageHeaderLength method, of class pt.moredata.fglreport.SwingFglReport.
 void testSetPageTrailerLength()
          Test of setPageTrailerLength method, of class pt.moredata.fglreport.SwingFglReport.
 void testStartReport()
          Test of startReport method, of class pt.moredata.fglreport.SwingFglReport.
 void testTextReport()
          A unit test for JUnit
 
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
Description of the Field


pageTraillerCount

public int pageTraillerCount
Description of the Field


pageHeader

public int pageHeader
Description of the Field


beforeGroupOf

public int beforeGroupOf
Description of the Field


afterGroupOf

public int afterGroupOf
Description of the Field


onEveryRow

public int onEveryRow
Description of the Field


onLastRow

public int onLastRow
Description of the Field

Constructor Detail

SwingFglReportTest

public SwingFglReportTest(java.lang.String testName)
Constructor for the SwingFglReportTest object

Parameters:
testName - Description of the Parameter
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()
A unit test suite for JUnit

Returns:
The test suite

testMissingTest

public void testMissingTest()
                     throws java.lang.SecurityException
A unit test for JUnit

Throws:
java.lang.SecurityException - Description of the Exception

testStartReport

public void testStartReport()
Test of startReport method, of class pt.moredata.fglreport.SwingFglReport.


testOutputToReport

public void testOutputToReport()
Test of outputToReport method, of class pt.moredata.fglreport.SwingFglReport.


testFinishReport

public void testFinishReport()
Test of finishReport method, of class pt.moredata.fglreport.SwingFglReport.


testPreview

public void testPreview()
Test of preview method, of class pt.moredata.fglreport.SwingFglReport.


testPrint

public void testPrint()
Test of print method, of class pt.moredata.fglreport.SwingFglReport.


testTextReport

public void testTextReport()
A unit test for JUnit


testPrintBold

public void testPrintBold()
Test of printBold method, of class pt.moredata.fglreport.SwingFglReport.


testPrintBox

public void testPrintBox()
Test of printBox method, of class pt.moredata.fglreport.SwingFglReport.


testPrintln

public void testPrintln()
Test of println method, of class pt.moredata.fglreport.SwingFglReport.


testGotoLine

public void testGotoLine()
Test of gotoLine method, of class pt.moredata.fglreport.SwingFglReport.


testGotoColumn

public void testGotoColumn()
Test of gotoColumn method, of class pt.moredata.fglreport.SwingFglReport.


testNewLine

public void testNewLine()
Test of newLine method, of class pt.moredata.fglreport.SwingFglReport.


testNewPage

public void testNewPage()
Test of newPage method, of class pt.moredata.fglreport.SwingFglReport.


testGetLineNo

public void testGetLineNo()
Test of getLineNo method, of class pt.moredata.fglreport.SwingFglReport.


testGetColNo

public void testGetColNo()
Test of getColNo method, of class pt.moredata.fglreport.SwingFglReport.


testGetGroup

public void testGetGroup()
Test of getGroup method, of class pt.moredata.fglreport.SwingFglReport.


testGetGroupValue

public void testGetGroupValue()
Test of getGroupValue method, of class pt.moredata.fglreport.SwingFglReport.


testSetFirstPageHeaderLength

public void testSetFirstPageHeaderLength()
Test of setFirstPageHeaderLength method, of class pt.moredata.fglreport.SwingFglReport.


testSetPageHeaderLength

public void testSetPageHeaderLength()
Test of setPageHeaderLength method, of class pt.moredata.fglreport.SwingFglReport.


testSetPageTrailerLength

public void testSetPageTrailerLength()
Test of setPageTrailerLength method, of class pt.moredata.fglreport.SwingFglReport.


testSetLineno

public void testSetLineno()
Test of setLineno method, of class pt.moredata.fglreport.SwingFglReport.


testSetFormat

public void testSetFormat()
Test of setFormat method, of class pt.moredata.fglreport.SwingFglReport.


testAddFglReportListener

public void testAddFglReportListener()
Test of addFglReportListener method, of class pt.moredata.fglreport.SwingFglReport.


testRemoveFglReportListener

public void testRemoveFglReportListener()
Test of removeFglReportListener method, of class pt.moredata.fglreport.SwingFglReport.


main

public static void main(java.lang.String[] args)
The main program for the SwingFglReportTest class

Parameters:
args - The command line arguments