| org.apache.turbine.test.BaseTestCase org.apache.turbine.util.DynamicURITest
DynamicURITest | public class DynamicURITest extends BaseTestCase (Code) | | Testing of the DynamicURI class
author: Quinton McCombs version: $Id: DynamicURITest.java 534527 2007-05-02 16:10:59Z tv $ |
Method Summary | |
protected void | setUp() Performs any initialization that must happen before each test is run. | public static TestSuite | suite() Factory method for creating a TestSuite for this class. | protected void | tearDown() Clean up after each test is run. | public void | testAddRemove() |
DynamicURITest | public DynamicURITest(String testName) throws Exception(Code) | | Constructor for test.
Parameters: testName - name of the test being executed |
setUp | protected void setUp()(Code) | | Performs any initialization that must happen before each test is run.
|
suite | public static TestSuite suite()(Code) | | Factory method for creating a TestSuite for this class.
the test suite |
tearDown | protected void tearDown()(Code) | | Clean up after each test is run.
|
testAddRemove | public void testAddRemove()(Code) | | |
|
|