Class WarehouseStockServiceTest
- java.lang.Object
-
- de.hybris.platform.warehousing.stock.services.impl.WarehouseStockServiceTest
-
@UnitTest public class WarehouseStockServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WarehouseStockServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateStockLevel()voidsetUp()voidshouldGetStockLevel_NoStock()voidshouldGetStockLevel_WithStock()voidshouldGetStockLevels()voidshouldThrowException_getStockLevelProductCodeNull()voidshouldThrowException_getStockLevelWarehouseNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldGetStockLevels
public void shouldGetStockLevels()
-
createStockLevel
public void createStockLevel()
-
shouldGetStockLevel_WithStock
public void shouldGetStockLevel_WithStock()
-
shouldGetStockLevel_NoStock
public void shouldGetStockLevel_NoStock()
-
shouldThrowException_getStockLevelProductCodeNull
public void shouldThrowException_getStockLevelProductCodeNull()
-
shouldThrowException_getStockLevelWarehouseNull
public void shouldThrowException_getStockLevelWarehouseNull()
-
-