Class WarehousingCommerceStockServiceTest
- java.lang.Object
-
- de.hybris.platform.warehousing.atp.services.WarehousingCommerceStockServiceTest
-
@UnitTest public class WarehousingCommerceStockServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WarehousingCommerceStockServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldFail_GetStockLevelForProductAndPointOfService_NullPos()voidshouldFail_GetStockLevelForProductAndPointOfService_NullProduct()voidshouldGetStockLevelForProductAndPointOfService_NoStock()voidshouldGetStockLevelForProductAndPointOfService_NoWarehouses()voidshouldGetStockLevelForProductAndPointOfService_NullAvailability()voidshouldGetStockLevelForProductAndPointOfService_NullStock()voidshouldGetStockLevelForProductAndPointOfService_Valid()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldFail_GetStockLevelForProductAndPointOfService_NullProduct
public void shouldFail_GetStockLevelForProductAndPointOfService_NullProduct()
-
shouldFail_GetStockLevelForProductAndPointOfService_NullPos
public void shouldFail_GetStockLevelForProductAndPointOfService_NullPos()
-
shouldGetStockLevelForProductAndPointOfService_NoWarehouses
public void shouldGetStockLevelForProductAndPointOfService_NoWarehouses()
-
shouldGetStockLevelForProductAndPointOfService_NullStock
public void shouldGetStockLevelForProductAndPointOfService_NullStock()
-
shouldGetStockLevelForProductAndPointOfService_NoStock
public void shouldGetStockLevelForProductAndPointOfService_NoStock()
-
shouldGetStockLevelForProductAndPointOfService_NullAvailability
public void shouldGetStockLevelForProductAndPointOfService_NullAvailability()
-
shouldGetStockLevelForProductAndPointOfService_Valid
public void shouldGetStockLevelForProductAndPointOfService_Valid()
-
-