Package de.hybris.platform.task.impl
Class AdjustItemsToScheduleCountTasksProviderTest
- java.lang.Object
-
- de.hybris.platform.task.impl.AdjustItemsToScheduleCountTasksProviderTest
-
@UnitTest public class AdjustItemsToScheduleCountTasksProviderTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdjustItemsToScheduleCountTasksProviderTest.MockRuntimeConfigHolder
-
Constructor Summary
Constructors Constructor Description AdjustItemsToScheduleCountTasksProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldMultiplyTheNumberOfItemsToPoll()voidshouldMultiplyTheNumberOfItemsToPollWithNegativeMultiplier()voidshouldMultiplyTheNumberOfItemsToPollWithZeroMultiplier()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldMultiplyTheNumberOfItemsToPoll
public void shouldMultiplyTheNumberOfItemsToPoll()
-
shouldMultiplyTheNumberOfItemsToPollWithNegativeMultiplier
public void shouldMultiplyTheNumberOfItemsToPollWithNegativeMultiplier()
-
shouldMultiplyTheNumberOfItemsToPollWithZeroMultiplier
public void shouldMultiplyTheNumberOfItemsToPollWithZeroMultiplier()
-
-