Class DispatcherUnitTest
- java.lang.Object
-
- de.hybris.platform.processing.distributed.defaultimpl.DispatcherUnitTest
-
@UnitTest public class DispatcherUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DispatcherUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldFailWhenUnsupportedTaskTypeIsReportedAsFailed()voidshouldFailWhenUnsupportedTaskTypeIsRun()voidshouldUseExecutionHandlerForExecutingWorkerTask()voidshouldUseExecutionHandlerForHandlingErrorForWorkerTask()voidshouldUseTransitionsHandlerForExecutingTransitionTask()voidshouldUseTransitionsHandlerForHandlingErrorForTransitionTask()
-
-
-
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()
-
-