Class WarehouseStockServiceTest

java.lang.Object
de.hybris.platform.warehousing.stock.services.impl.WarehouseStockServiceTest

@UnitTest public class WarehouseStockServiceTest extends Object
  • Constructor Details

    • WarehouseStockServiceTest

      public WarehouseStockServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      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()