actionBaseConfig A ForwardConfig we'll use to test cases where a ForwardConfig declared
for an action extends a ForwardConfig declared globally, with both
ForwardConfigs using the same name.
A ForwardConfig we'll use to test cases where a ForwardConfig declared
for an action extends a ForwardConfig declared globally, with both
ForwardConfigs using the same name.
public void testCheckCircularInheritanceActionForwardExtendGlobalSameName()(Code)
Test checkCircularInheritance() for circular inheritance between a
forward declared in an action and a global forward and both forwards
have the same name.
testCheckCircularInheritanceActionForwardsBasic
public void testCheckCircularInheritanceActionForwardsBasic()(Code)
Test checkCircularInheritance() for circular inheritance between
forwards in an action.