Package org.apache.struts.config
Class TestFormPropertyConfig
java.lang.Object
org.apache.struts.config.TestFormPropertyConfig
Unit tests for the
FormPropertyConfig
class.- Version:
- $Rev$ $Date$
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
-
Constructor Details
-
TestFormPropertyConfig
public TestFormPropertyConfig()
-
-
Method Details
-
testBasicInherit
@Test public void testBasicInherit() throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException -
testInheritWithInitialOverride
@Test public void testInheritWithInitialOverride() throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException -
testInheritWithTypeOverride
@Test public void testInheritWithTypeOverride() throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException -
testInheritWithTypeOverride2
@Test public void testInheritWithTypeOverride2() throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException -
testInheritWithSizeOverride
@Test public void testInheritWithSizeOverride() throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException
-