Class ScriptingEventListenersIntegrationTests

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ScriptingEventListenersIntegrationTests extends ServicelayerTransactionalBaseTest
Integration tests for scripting event listeners.
  • Constructor Details

    • ScriptingEventListenersIntegrationTests

      public ScriptingEventListenersIntegrationTests()
  • Method Details

    • testHandleEventForCorrectListener

      public void testHandleEventForCorrectListener() throws Exception
      Throws:
      Exception
    • testHandleTypedEventForCorrectListener

      public void testHandleTypedEventForCorrectListener() throws Exception
      Throws:
      Exception
    • testHandleEventForListenerThrowingException

      public void testHandleEventForListenerThrowingException() throws Exception
      Throws:
      Exception
    • testRegisterListenerUnsuccessfulForNotExistingScript

      public void testRegisterListenerUnsuccessfulForNotExistingScript() throws Exception
      Throws:
      Exception
    • shouldReloadScriptingEventListenerAfterModification

      public void shouldReloadScriptingEventListenerAfterModification() throws Exception
      Throws:
      Exception
    • shouldUnregisterScriptingEventListenerAfterRemoval

      public void shouldUnregisterScriptingEventListenerAfterRemoval() throws Exception
      Throws:
      Exception