@UnitTest public class WarehousingCommerceStockServiceTest extends java.lang.Object
| Constructor and Description |
|---|
WarehousingCommerceStockServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldFail_GetStockLevelForProductAndPointOfService_NullPos() |
void |
shouldFail_GetStockLevelForProductAndPointOfService_NullProduct() |
void |
shouldGetStockLevelForProductAndPointOfService_NoStock() |
void |
shouldGetStockLevelForProductAndPointOfService_NoWarehouses() |
void |
shouldGetStockLevelForProductAndPointOfService_NullAvailability() |
void |
shouldGetStockLevelForProductAndPointOfService_NullStock() |
void |
shouldGetStockLevelForProductAndPointOfService_Valid() |
public void setUp()
public void shouldFail_GetStockLevelForProductAndPointOfService_NullProduct()
public void shouldFail_GetStockLevelForProductAndPointOfService_NullPos()
public void shouldGetStockLevelForProductAndPointOfService_NoWarehouses()
public void shouldGetStockLevelForProductAndPointOfService_NullStock()
public void shouldGetStockLevelForProductAndPointOfService_NoStock()
public void shouldGetStockLevelForProductAndPointOfService_NullAvailability()
public void shouldGetStockLevelForProductAndPointOfService_Valid()
Copyright © 2018 SAP SE. All Rights Reserved.