Class AbstractOmsBusinessProcessServiceTest
- java.lang.Object
-
- de.hybris.platform.warehousing.process.AbstractOmsBusinessProcessServiceTest
-
@UnitTest public class AbstractOmsBusinessProcessServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractOmsBusinessProcessServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldFailTriggerChoiceEvent()voidshouldFailTriggerChoiceEvent_IllegalStateExceptionThrown()voidshouldTriggerChoiceEventSuccessfully()voidshouldTriggerSimpleEvent()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldTriggerSimpleEvent
public void shouldTriggerSimpleEvent()
-
shouldTriggerChoiceEventSuccessfully
public void shouldTriggerChoiceEventSuccessfully()
-
shouldFailTriggerChoiceEvent
public void shouldFailTriggerChoiceEvent()
-
shouldFailTriggerChoiceEvent_IllegalStateExceptionThrown
public void shouldFailTriggerChoiceEvent_IllegalStateExceptionThrown()
-
-