| |
|
| org.apache.cocoon.generation.asciiart.AsciiArtPadTestCase
AsciiArtPadTestCase | public class AsciiArtPadTestCase extends TestCase (Code) | | A Simple testcase of the AsciiArtPad.
author: huber.at.apache.org since: 18. December 2002 version: CVS $Id: AsciiArtPadTestCase.java 433543 2006-08-22 06:22:54Z crossley $ |
AsciiArtPadTestCase | public AsciiArtPadTestCase(String name)(Code) | | Constructor for the AsciiArtPadTestCase object
Parameters: name - Description of Parameter |
main | public static void main(String[] args) throws Exception(Code) | | The main program for the AsciiArtPadTestCase class
Parameters: args - The command line arguments exception: Exception - Description of the Exception |
setUp | protected void setUp() throws Exception(Code) | | The JUnit setup method
exception: Exception - Description of Exception |
tearDown | protected void tearDown() throws Exception(Code) | | The teardown method for JUnit
exception: Exception - Description of the Exception |
test0 | public void test0()(Code) | | A unit test for JUnit
|
test1 | public void test1() throws Exception(Code) | | A unit test for JUnit
exception: Exception - Description of the Exception |
|
|
|