|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.ujac.print.test.BasePrintTest org.ujac.print.test.TableTest
public class TableTest
Name: TableTest
Description: Table related test cases for the document printer.
Field Summary |
---|
Fields inherited from class org.ujac.print.test.BasePrintTest |
---|
docPrinter, docProperties, formatHelper, resourceLoader, templateInterpreter |
Constructor Summary | |
---|---|
TableTest()
|
Method Summary | |
---|---|
protected void |
setUp()
Sets up the test data. |
void |
testDefineColumn()
Tests table output using the define column tag. |
void |
testDynamicTable()
Tests table output with static layout. |
void |
testStaticTable()
Tests static table output. |
void |
testStaticTableLayout()
Tests table output with static layout. |
void |
testTableLayout()
Tests table layout. |
void |
testTableOutputPerformances()
Tests table output performance. |
Methods inherited from class org.ujac.print.test.BasePrintTest |
---|
addTagTest, clearTagTests, isAllTagTestsPassed, loadProperties, printDocument, printDocument, setTemplateSource |
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 |
---|
public TableTest()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class BasePrintTest
Exception
- In case a problem occured during the set up.public void testTableLayout() throws DocumentHandlerException, IOException
DocumentHandlerException
- If something went wrong at document handling.
IOException
- In case something went wrong during output.public void testStaticTable() throws DocumentHandlerException, IOException
DocumentHandlerException
- If something went wrong at document handling.
IOException
- In case something went wrong during output.public void testStaticTableLayout() throws DocumentHandlerException, IOException, TableException
DocumentHandlerException
- If something went wrong at document handling.
IOException
- In case something went wrong during output.
TableException
- In case the table processing failed.public void testDynamicTable() throws DocumentHandlerException, IOException, TableException
DocumentHandlerException
- If something went wrong at document handling.
IOException
- In case something went wrong during output.
TableException
- In case the table processing failed.public void testDefineColumn() throws DocumentHandlerException, IOException, TableException
DocumentHandlerException
- If something went wrong at document handling.
IOException
- In case something went wrong during output.
TableException
- In case the table processing failed.public void testTableOutputPerformances() throws DocumentHandlerException, IOException, TableException
DocumentHandlerException
- If something went wrong at document handling.
IOException
- In case something went wrong during output.
TableException
- In case the table processing failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |