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 an error. |
public void | testCheckCircularInheritanceError() Basic check that SHOULD detect an error. |
public void | testInheritFrom() Test a typical form bean configuration extension where various
properties should be inherited from a base form. |
public void | testProcessExtendsBaseFormExtends() Test that processExtends() makes sure that a base form's own extension
has been processed. |
public void | testProcessExtendsMissingBaseForm() Make sure that correct exception is thrown if a base form can't be
found. |