Class DispatcherUnitTest

java.lang.Object
de.hybris.platform.processing.distributed.defaultimpl.DispatcherUnitTest

@UnitTest public class DispatcherUnitTest extends Object
  • Constructor Details

    • DispatcherUnitTest

      public DispatcherUnitTest()
  • Method Details

    • shouldFailWhenUnsupportedTaskTypeIsRun

      public void shouldFailWhenUnsupportedTaskTypeIsRun()
    • shouldFailWhenUnsupportedTaskTypeIsReportedAsFailed

      public void shouldFailWhenUnsupportedTaskTypeIsReportedAsFailed()
    • shouldUseTransitionsHandlerForExecutingTransitionTask

      public void shouldUseTransitionsHandlerForExecutingTransitionTask()
    • shouldUseTransitionsHandlerForHandlingErrorForTransitionTask

      public void shouldUseTransitionsHandlerForHandlingErrorForTransitionTask()
    • shouldUseExecutionHandlerForExecutingWorkerTask

      public void shouldUseExecutionHandlerForExecutingWorkerTask()
    • shouldUseExecutionHandlerForHandlingErrorForWorkerTask

      public void shouldUseExecutionHandlerForHandlingErrorForWorkerTask()