Class WarehousingCommerceStockServiceTest


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

      • WarehousingCommerceStockServiceTest

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