public void testInvalidAfterInterceptor() throws Exception
{
try
{
ControllerProcessorDelegateImpl delegate = new ControllerProcessorDelegateImpl();
delegate.runAfterInterceptor("should be Integer", new TypedAfterInterceptor(), null, null);
fail();
}
catch (ApplicationRuntimeException e)
{
assertEquals(e.getMessage(), "Action bean class java.lang.String is not compatible with " +