Class WarehousingStockLevelStatusStrategyTest
java.lang.Object
de.hybris.platform.warehousing.atp.strategy.impl.WarehousingStockLevelStatusStrategyTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WarehousingStockLevelStatusStrategyTest
public WarehousingStockLevelStatusStrategyTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldReturnInStockStatusWhenStockLevelIsForceInStock
public void shouldReturnInStockStatusWhenStockLevelIsForceInStock() -
shouldReturnInStockStatusWhenMixOfAllStockLevelStatus
public void shouldReturnInStockStatusWhenMixOfAllStockLevelStatus() -
shouldReturnInStockStatusWhenForceOutOfStockAndNoStockLevelStatus
public void shouldReturnInStockStatusWhenForceOutOfStockAndNoStockLevelStatus() -
shouldReturnInstockWhenAvailabilityIsBiggerThanDefaultLowStockThreshold
public void shouldReturnInstockWhenAvailabilityIsBiggerThanDefaultLowStockThreshold() -
shouldReturnLowStockWhenAvailabilityIsBiggerThan0AndLessOrEqualDefaultLowStockThreshold
public void shouldReturnLowStockWhenAvailabilityIsBiggerThan0AndLessOrEqualDefaultLowStockThreshold() -
shouldReturnOutOfStockWhenStockLevelIsForceOutOfStock
public void shouldReturnOutOfStockWhenStockLevelIsForceOutOfStock() -
shouldReturnOutOfStockWhenAvailabilityIsLessThan0
public void shouldReturnOutOfStockWhenAvailabilityIsLessThan0() -
shouldReturnOutOfStockWhenAvailabilityIsEqual0
public void shouldReturnOutOfStockWhenAvailabilityIsEqual0() -
shouldReturnOutOfStockWhenNoStockLevelPassed
public void shouldReturnOutOfStockWhenNoStockLevelPassed()
-