Class DispatcherUnitTest


  • @UnitTest
    public class DispatcherUnitTest
    extends java.lang.Object
    • Constructor Detail

      • DispatcherUnitTest

        public DispatcherUnitTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldFailWhenUnsupportedTaskTypeIsRun

        public void shouldFailWhenUnsupportedTaskTypeIsRun()
      • shouldFailWhenUnsupportedTaskTypeIsReportedAsFailed

        public void shouldFailWhenUnsupportedTaskTypeIsReportedAsFailed()
      • shouldUseTransitionsHandlerForExecutingTransitionTask

        public void shouldUseTransitionsHandlerForExecutingTransitionTask()
      • shouldUseTransitionsHandlerForHandlingErrorForTransitionTask

        public void shouldUseTransitionsHandlerForHandlingErrorForTransitionTask()
      • shouldUseExecutionHandlerForExecutingWorkerTask

        public void shouldUseExecutionHandlerForExecutingWorkerTask()
      • shouldUseExecutionHandlerForHandlingErrorForWorkerTask

        public void shouldUseExecutionHandlerForHandlingErrorForWorkerTask()