Class ScheduleForCleanUpActionTest
- java.lang.Object
-
- de.hybris.platform.yacceleratorfulfilmentprocess.test.ScheduleForCleanUpActionTest
-
@UnitTest public class ScheduleForCleanUpActionTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScheduleForCleanUpActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TimeServicemockTimeService()protected voidprepareAction()protected voidprepareOrderProcess()voidsetup()voidtestOrderShouldBeCleaned()voidtestOrderShouldNotBeCleaned()
-
-
-
Method Detail
-
setup
public void setup()
-
prepareAction
protected void prepareAction()
-
prepareOrderProcess
protected void prepareOrderProcess()
-
mockTimeService
protected TimeService mockTimeService()
-
testOrderShouldBeCleaned
public void testOrderShouldBeCleaned()
-
testOrderShouldNotBeCleaned
public void testOrderShouldNotBeCleaned()
-
-