Class WarehouseStockServiceTest


  • @UnitTest
    public class WarehouseStockServiceTest
    extends java.lang.Object
    • Constructor Detail

      • WarehouseStockServiceTest

        public WarehouseStockServiceTest()
    • 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()