Method Summary |
|
public void | setUp() Set up instance variables required by this test case. |
public static Test | suite() Return the tests included in this test suite. |
public void | tearDown() Tear down instance variables required by this test case. |
public void | testCheckCircularInheritance() Basic check that shouldn't detect circular inheritance. |
public void | testCheckCircularInheritanceError() Basic check that should detect circular inheritance. |
public void | testInheritBoolean() Make sure that correct exception is thrown if a base action can't be
found. |
public void | testInheritFrom() Test a typical form bean configuration extension where various forwards
and exception handlers should be inherited from a base form. |
public void | testProcessExtendsActionExtends() Test that processExtends() makes sure that a base action's own
extension has been processed. |
public void | testProcessExtendsMissingAction() Make sure that correct exception is thrown if a base action can't be
found. |