| org.apache.cocoon.environment.commandline.test.CommandLineContextTestCase
CommandLineContextTestCase | final public class CommandLineContextTestCase extends TestCase (Code) | | A simple test case for CommandLineContext.
author: Bernhard Huber version: CVS $Id: CommandLineContextTestCase.java 433543 2006-08-22 06:22:54Z crossley $ |
CommandLineContextTestCase | public CommandLineContextTestCase()(Code) | | Constructor for the CommandLineContextTestCase object
|
CommandLineContextTestCase | public CommandLineContextTestCase(String name)(Code) | | Constructor for the CommandLineContextTestCase object
|
main | public static void main(String[] args) throws Exception(Code) | | The main program for the CommandLineContextTestCase class
Parameters: args - The command line arguments |
tearDown | public void tearDown() throws Exception(Code) | | The teardown method for JUnit
|
testAttributes | public void testAttributes() throws Exception(Code) | | A unit test for getAttribute ,
setAttribute , and removeAttribute()
|
testGetRealPath | public void testGetRealPath() throws Exception(Code) | | A unit test for getRealPath()
|
testGetResource | public void testGetResource() throws Exception(Code) | | A unit test for getResource()
|
|
|