Class TestDynaActionFormClass

java.lang.Object
org.apache.struts.action.TestDynaActionFormClass
Direct Known Subclasses:
TestDynaActionForm

public class TestDynaActionFormClass extends Object
Suite of unit tests for the DynaActionFormClass class.
  • Field Details

    • dynaProperties

      protected static final org.apache.struts.config.FormPropertyConfig[] dynaProperties
      The set of FormPropertyConfig objects to use when creating our FormBeanConfig.
    • beanConfig

      protected org.apache.struts.config.FormBeanConfig beanConfig
      The FormBeanConfig structure for the form bean we will be creating.
    • dynaClass

      protected org.apache.struts.action.DynaActionFormClass dynaClass
      The [@code DynaActionFormClass} to use for testing.
  • Constructor Details

    • TestDynaActionFormClass

      public TestDynaActionFormClass()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
    • tearDown

      @AfterEach public void tearDown()
    • testConfigAdd

      @Test public void testConfigAdd()
    • testConfigCreate

      @Test public void testConfigCreate()
    • testConfigDuplicate

      @Test public void testConfigDuplicate()
    • testConfigInitialValues

      @Test public void testConfigInitialValues()
    • testConfigProperties

      @Test public void testConfigProperties()
    • testConfigRemove

      @Test public void testConfigRemove()
    • testClassCreate

      @Test public void testClassCreate()