Class DefaultB2BEscalationServiceMockTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- de.hybris.platform.servicelayer.MockTest
-
- de.hybris.platform.b2b.mock.HybrisMokitoTest
-
- de.hybris.platform.b2b.services.impl.DefaultB2BEscalationServiceMockTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@UnitTest public class DefaultB2BEscalationServiceMockTest extends HybrisMokitoTest
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BEscalationServiceMockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCanEscalate()voidtestEscalate()voidtestHandleEscalationFailure()voidtestScheduleEscalationTask()
-
-
-
Method Detail
-
testEscalate
public void testEscalate() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCanEscalate
public void testCanEscalate() throws java.lang.Exception- Throws:
java.lang.Exception
-
testScheduleEscalationTask
public void testScheduleEscalationTask() throws java.lang.Exception- Throws:
java.lang.Exception
-
testHandleEscalationFailure
public void testHandleEscalationFailure() throws java.lang.Exception- Throws:
java.lang.Exception
-
-