main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments.
public void
notestProcessActionConfigClassError() Make sure the code throws the correct exception when it can't create an
instance of the base config's custom class.
public void
notestProcessExceptionConfigClassError() Make sure the code throws the correct exception when it can't create an
instance of the base config's custom class.
public void
notestProcessFormBeanConfigClassError() Make sure the code throws the correct exception when it can't create an
instance of the base config's custom class.
public void
notestProcessForwardConfigClassError() Make sure the code throws the correct exception when it can't create an
instance of the base config's custom class.
testProcessActionConfigClass() Make sure processActionConfigClass() returns an instance of the correct
class if the base config is using a custom class.
public void
testProcessActionConfigClassNoExtends() Make sure processActionConfigClass() returns what it was given if the
action passed to it doesn't extend anything.
testProcessExceptionConfigClass() Make sure processExceptionConfigClass() returns an instance of the
correct class if the base config is using a custom class.
public void
testProcessExceptionConfigClassNoExtends() Make sure processExceptionConfigClass() returns what it was given if
the handler passed to it doesn't extend anything.
testProcessFormBeanConfigClass() Make sure processFormBeanConfigClass() returns an instance of the
correct class if the base config is using a custom class.
public void
testProcessFormBeanConfigClassNoExtends() Make sure processFormBeanConfigClass() returns what it was given if the
form passed to it doesn't extend anything.
testProcessForwardConfigClass() Make sure processForwardConfigClass() returns an instance of the
correct class if the base config is using a custom class.
public void
testProcessForwardConfigClassNoExtends() Make sure processForwardConfigClass() returns what it was given if the
forward passed to it doesn't extend anything.
public void testProcessActionConfigClassOverriddenSubConfigClass() throws Exception(Code)
Test the case where the subconfig has already specified its own config
class. If the code still attempts to create a new instance, an error
will be thrown.
testProcessActionConfigClassSubConfigCustomClass
public void testProcessActionConfigClassSubConfigCustomClass() throws Exception(Code)
Make sure processActionConfigClass() returns the same class instance if
the base config isn't using a custom class.
public void testProcessExceptionConfigClassOverriddenSubFormClass() throws Exception(Code)
Test the case where the subconfig has already specified its own config
class. If the code still attempts to create a new instance, an error
will be thrown.
public void testProcessFormBeanConfigClassOverriddenSubFormClass() throws Exception(Code)
Test the case where the subform has already specified its own form bean
config class. If the code still attempts to create a new instance, an
error will be thrown.
testProcessFormBeanConfigClassSubFormCustomClass
public void testProcessFormBeanConfigClassSubFormCustomClass() throws Exception(Code)
Make sure processFormBeanConfigClass() returns the same class instance
if the base config isn't using a custom class.
public void testProcessForwardConfigClassOverriddenSubConfigClass() throws Exception(Code)
Test the case where the subconfig has already specified its own config
class. If the code still attempts to create a new instance, an error
will be thrown.
testProcessForwardConfigClassSubConfigCustomClass
public void testProcessForwardConfigClassSubConfigCustomClass() throws Exception(Code)
Make sure processForwardConfigClass() returns the same class instance
if the base config isn't using a custom class.