Class UncollectedOrdersJobTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.cronjob.UncollectedOrdersJobTest
-
@UnitTest public class UncollectedOrdersJobTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UncollectedOrdersJobTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestConsigmentsCancelThreshold()voidtestConsigmentsMixed()voidtestConsigmentsNoTimeThreshold()voidtestConsigmentsReminderThreshold()voidtestNoConsignments()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNoConsignments
public void testNoConsignments() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConsigmentsNoTimeThreshold
public void testConsigmentsNoTimeThreshold()
-
testConsigmentsReminderThreshold
public void testConsigmentsReminderThreshold()
-
testConsigmentsCancelThreshold
public void testConsigmentsCancelThreshold()
-
testConsigmentsMixed
public void testConsigmentsMixed()
-
-