@UnitTest public class WarehouseStockServiceTest extends java.lang.Object
| Constructor and Description |
|---|
WarehouseStockServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
createStockLevel() |
void |
setUp() |
void |
shouldGetStockLevel_NoStock() |
void |
shouldGetStockLevel_WithStock() |
void |
shouldGetStockLevels() |
void |
shouldThrowException_getStockLevelProductCodeNull() |
void |
shouldThrowException_getStockLevelWarehouseNull() |
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldGetStockLevels()
public void createStockLevel()
public void shouldGetStockLevel_WithStock()
public void shouldGetStockLevel_NoStock()
public void shouldThrowException_getStockLevelProductCodeNull()
public void shouldThrowException_getStockLevelWarehouseNull()
Copyright © 2018 SAP SE. All Rights Reserved.