| |
|
| org.apache.struts.action.TestActionMessages
TestActionMessages | public class TestActionMessages extends TestCase (Code) | | Unit tests for the org.apache.struts.action.ActionMessages
class.
version: $Rev: 471754 $ $Date: 2004-10-16 12:09:25 -0400 (Sat, 16 Oct 2004) version: $ |
TestActionMessages | public TestActionMessages(String theName)(Code) | | Defines the testcase name for JUnit.
Parameters: theName - the testcase's name. |
main | public static void main(String[] theArgs)(Code) | | Start the tests.
Parameters: theArgs - the arguments. Not used |
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | a test suite (TestSuite ) that includes all methodsstarting with "test" |
tearDown | public void tearDown()(Code) | | |
testAddMessages | public void testAddMessages()(Code) | | Tests adding an ActionMessages object to an ActionMessages object.
|
testEmpty | public void testEmpty()(Code) | | |
testGetForAProperty | public void testGetForAProperty()(Code) | | |
testGetWithNoProperty | public void testGetWithNoProperty()(Code) | | |
testNotEmpty | public void testNotEmpty()(Code) | | |
testSizeAndEmptyAfterClear | public void testSizeAndEmptyAfterClear()(Code) | | |
testSizeWithManyProperties | public void testSizeWithManyProperties()(Code) | | |
testSizeWithOneProperty | public void testSizeWithOneProperty()(Code) | | |
|
|
|