pt.moredata.fglreport
Class TxtFglReportTest

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

public class TxtFglReportTest
extends TestCase

TxtFglReportTest.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 pagetrailerCount
           
 
Constructor Summary
TxtFglReportTest(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.moredata.fglreport.txtfglreport.
 void testAddObject()
          Test of addObject method, of class pt.moredata.fglreport.txtfglreport.
 void testFinishReport()
          Test of finishReport method, of class pt.moredata.fglreport.txtfglreport.
 void testGetColNo()
           
 void testGetGroup()
          Test of getGroup method, of class pt.moredata.fglreport.txtfglreport.
 void testGetGroupValue()
          Test of getGroupValue method, of class pt.moredata.fglreport.txtfglreport.
 void testGetLineNo()
           
 void testGotoColumn()
          Test of gotoColumn method, of class pt.moredata.fglreport.txtfglreport.
 void testGotoLine()
          Test of gotoLine method, of class pt.moredata.fglreport.txtfglreport.
 void testMissingTest()
           
 void testNewLine()
          Test of newLine method, of class pt.moredata.fglreport.txtfglreport.
 void testNewPage()
          Test of newPage method, of class pt.moredata.fglreport.txtfglreport.
 void testOutputToReport()
          Test of outputToReport method, of class pt.moredata.fglreport.txtfglreport.
 void testPrint()
          Test of print method, of class pt.moredata.fglreport.txtfglreport.
 void testPrintln()
          Test of println method, of class pt.moredata.fglreport.txtfglreport.
 void testRemoveFglReportListener()
          Test of removeFglReportListener method, of class pt.moredata.fglreport.txtfglreport.
 void testSetFirstPageHeaderLength()
          Test of setFirstPageHeaderLength method, of class pt.moredata.fglreport.txtfglreport.
 void testSetFormat()
          Test of setFormat method, of class pt.moredata.fglreport.txtfglreport.
 void testSetNomeFont()
          Test of setNomeFont method, of class pt.moredata.fglreport.txtfglreport.
 void testSetPageHeaderLength()
          Test of setPageHeaderLength method, of class pt.moredata.fglreport.txtfglreport.
 void testSetPageTrailerLength()
          Test of setPageTrailerLength method, of class pt.moredata.fglreport.txtfglreport.
 void testSetTamanhoFont()
          Test of setTamanhoFont method, of class pt.moredata.fglreport.txtfglreport.
 void testStartReport()
          Test of startReport method, of class pt.moredata.fglreport.txtfglreport.
 void testTextReport()
          Test of textReport method, of class pt.moredata.fglreport.txtfglreport.
 
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

pagetrailerCount

public int pagetrailerCount

pageHeader

public int pageHeader

beforeGroupOf

public int beforeGroupOf

afterGroupOf

public int afterGroupOf

onEveryRow

public int onEveryRow

onLastRow

public int onLastRow
Constructor Detail

TxtFglReportTest

public TxtFglReportTest(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.moredata.fglreport.txtfglreport.


testTextReport

public void testTextReport()
Test of textReport method, of class pt.moredata.fglreport.txtfglreport.


testOutputToReport

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


testFinishReport

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


testPrint

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


testGetColNo

public void testGetColNo()

testGetLineNo

public void testGetLineNo()

testPrintln

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


testGotoLine

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


testGotoColumn

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


testNewLine

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


testNewPage

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


testGetGroup

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


testGetGroupValue

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


testAddObject

public void testAddObject()
Test of addObject method, of class pt.moredata.fglreport.txtfglreport.


testSetNomeFont

public void testSetNomeFont()
Test of setNomeFont method, of class pt.moredata.fglreport.txtfglreport.


testSetTamanhoFont

public void testSetTamanhoFont()
Test of setTamanhoFont method, of class pt.moredata.fglreport.txtfglreport.


testSetFirstPageHeaderLength

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


testSetPageHeaderLength

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


testSetPageTrailerLength

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


testSetFormat

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


testAddFglReportListener

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


testRemoveFglReportListener

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


main

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