Class DefaultStockLevelSelectionStrategyTest
- java.lang.Object
-
- de.hybris.platform.warehousing.stock.strategies.impl.DefaultStockLevelSelectionStrategyTest
-
@UnitTest public class DefaultStockLevelSelectionStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultStockLevelSelectionStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetStockLevelsForAllocation()voidshouldGetStockLevelsForAllocation_NotEnoughStock()voidshouldGetStockLevelsForCancellation()voidshouldGetStockLevelsForCancellation_NotEnoughStock()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldGetStockLevelsForAllocation
public void shouldGetStockLevelsForAllocation()
-
shouldGetStockLevelsForAllocation_NotEnoughStock
public void shouldGetStockLevelsForAllocation_NotEnoughStock()
-
shouldGetStockLevelsForCancellation
public void shouldGetStockLevelsForCancellation()
-
shouldGetStockLevelsForCancellation_NotEnoughStock
public void shouldGetStockLevelsForCancellation_NotEnoughStock()
-
-