Package org.apache.struts.action
Class TestDynaActionFormClass
java.lang.Object
org.apache.struts.action.TestDynaActionFormClass
- Direct Known Subclasses:
TestDynaActionForm
Suite of unit tests for the
DynaActionFormClass
class.-
Field Summary
Modifier and TypeFieldDescriptionprotected org.apache.struts.config.FormBeanConfig
TheFormBeanConfig
structure for the form bean we will be creating.protected org.apache.struts.action.DynaActionFormClass
The [@code DynaActionFormClass} to use for testing.protected static final org.apache.struts.config.FormPropertyConfig[]
The set ofFormPropertyConfig
objects to use when creating ourFormBeanConfig
. -
Constructor Summary
-
Method Summary
-
Field Details
-
dynaProperties
protected static final org.apache.struts.config.FormPropertyConfig[] dynaPropertiesThe set ofFormPropertyConfig
objects to use when creating ourFormBeanConfig
. -
beanConfig
protected org.apache.struts.config.FormBeanConfig beanConfigTheFormBeanConfig
structure for the form bean we will be creating. -
dynaClass
protected org.apache.struts.action.DynaActionFormClass dynaClassThe [@code DynaActionFormClass} to use for testing.
-
-
Constructor Details
-
TestDynaActionFormClass
public TestDynaActionFormClass()
-
-
Method Details
-
setUp
-
tearDown
-
testConfigAdd
-
testConfigCreate
-
testConfigDuplicate
-
testConfigInitialValues
-
testConfigProperties
-
testConfigRemove
-
testClassCreate
-