Package de.hybris.platform.task.impl
Class DelegatingTasksProviderTest
- java.lang.Object
-
- de.hybris.platform.task.impl.DelegatingTasksProviderTest
-
@UnitTest public class DelegatingTasksProviderTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDelegatingTasksProviderTest.MockRuntimeConfigHolderstatic classDelegatingTasksProviderTest.MockTaskEngineRunningState
-
Constructor Summary
Constructors Constructor Description DelegatingTasksProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAfterTaskEngineStop()voidtestAfterTaskFinished()voidtestAfterTaskUnlocked()voidtestBeforeTaskEngineStart()voidtestGetMaxItemsToSchedule()voidtestGetTasksProvider()voidtestGetTasksToSchedule()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetTasksToSchedule
public void testGetTasksToSchedule()
-
testAfterTaskFinished
public void testAfterTaskFinished()
-
testAfterTaskUnlocked
public void testAfterTaskUnlocked()
-
testBeforeTaskEngineStart
public void testBeforeTaskEngineStart()
-
testAfterTaskEngineStop
public void testAfterTaskEngineStop()
-
testGetMaxItemsToSchedule
public void testGetMaxItemsToSchedule()
-
testGetTasksProvider
public void testGetTasksProvider()
-
-