assertEquals(IntegrationListener.INTEGRATION_READY_EVENT, mockIntegrationListener.onEventEventType);
assertEquals(integration2, mockIntegrationListener.onEventIntegration);
}
public void testFinishError() throws Exception {
mockSession.findHibernateException = new HibernateException("test");
support.request.setParameterValue("action.finish", new String[]{""});
replay();
ActionForward forward = support.executeAction(action);