org.ujac.util.table.test
Class ReportTableTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ujac.util.table.test.ReportTableTest
All Implemented Interfaces:
junit.framework.Test

public class ReportTableTest
extends junit.framework.TestCase

Name: ReportTableTest
Description: A JUnit test for report tables.

Author:
lauerc

Constructor Summary
ReportTableTest()
           
 
Method Summary
protected  void setUp()
           
 void testGroupBlockWithoutFunctionsAndTitles()
          Tests the report output.
 void testGroupBlockWithoutFunctionsAndTitlesAndEnforcedResults()
          Tests the report output.
 void testGroupBlockWithoutTitleRow()
          Tests the report output.
 void testGroupBlockWithTitleRowResults()
          Tests the report output.
 void testGroupBlockWithTitleRowResults2()
          Tests the report output.
 void testGroupBlockWithTitleRows()
          Tests the report output.
 void testGroupBlockWithTitleRows2()
          Tests the report output.
 void testReportTableCopy()
          Tests the report output.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportTableTest

public ReportTableTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.setUp()

testGroupBlockWithoutFunctionsAndTitles

public void testGroupBlockWithoutFunctionsAndTitles()
                                             throws TableException
Tests the report output.

Throws:
TableException - In case a table access problem occured.

testGroupBlockWithoutFunctionsAndTitlesAndEnforcedResults

public void testGroupBlockWithoutFunctionsAndTitlesAndEnforcedResults()
                                                               throws TableException
Tests the report output.

Throws:
TableException - In case a table access problem occured.

testGroupBlockWithoutTitleRow

public void testGroupBlockWithoutTitleRow()
                                   throws TableException
Tests the report output.

Throws:
TableException - In case a table access problem occured.

testGroupBlockWithTitleRows

public void testGroupBlockWithTitleRows()
                                 throws TableException
Tests the report output.

Throws:
TableException - In case a table access problem occured.

testGroupBlockWithTitleRowResults

public void testGroupBlockWithTitleRowResults()
                                       throws TableException
Tests the report output.

Throws:
TableException - In case a table access problem occured.

testGroupBlockWithTitleRows2

public void testGroupBlockWithTitleRows2()
                                  throws TableException
Tests the report output.

Throws:
TableException - In case a table access problem occured.

testGroupBlockWithTitleRowResults2

public void testGroupBlockWithTitleRowResults2()
                                        throws TableException
Tests the report output.

Throws:
TableException - In case a table access problem occured.

testReportTableCopy

public void testReportTableCopy()
                         throws TableException
Tests the report output.

Throws:
TableException - In case a table access problem occured.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.