| |
|
| org.apache.struts.action.TestDynaActionFormClass
All known Subclasses: org.apache.struts.action.TestDynaActionForm,
TestDynaActionFormClass | public class TestDynaActionFormClass extends TestCase (Code) | | Suite of unit tests for the org.apache.struts.action.DynaActionFormClass
class.
|
beanConfig | protected FormBeanConfig beanConfig(Code) | | The FormBeanConfig structure for the form bean we will be
creating.
|
dynaProperties | final protected static FormPropertyConfig[] dynaProperties(Code) | | The set of FormPropertyConfig objects to use when creating
our FormBeanConfig .
|
TestDynaActionFormClass | public TestDynaActionFormClass(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) | | |
testClassCreate | public void testClassCreate()(Code) | | |
testConfigAdd | public void testConfigAdd()(Code) | | |
testConfigCreate | public void testConfigCreate()(Code) | | |
testConfigDuplicate | public void testConfigDuplicate()(Code) | | |
testConfigInitialValues | public void testConfigInitialValues()(Code) | | |
testConfigProperties | public void testConfigProperties()(Code) | | |
testConfigRemove | public void testConfigRemove()(Code) | | |
|
|
|