@UnitTest public class CommerceStockLevelStatusStrategyTest extends java.lang.Object
| Constructor and Description |
|---|
CommerceStockLevelStatusStrategyTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldReturnInstockstatusWhenStockLevelIsForceinstockstatus() |
void |
shouldReturnInstockWhenAvailabilityIsBiggerThanDefaultLowStockThreshold() |
void |
shouldReturnLowstockWhenAvailabilityIsBiggerThan0AndLessOrEqualDefaultLowStockThreshold() |
void |
shouldReturnOutOfStockWhenAvailabilityIsEqual0() |
void |
shouldReturnOutOfStockWhenAvailabilityIsLessThan0() |
void |
shouldReturnOutOfStockWhenStockLevelIsForceoutofstock() |
public CommerceStockLevelStatusStrategyTest()
public void setUp()
public void shouldReturnInstockstatusWhenStockLevelIsForceinstockstatus()
public void shouldReturnOutOfStockWhenStockLevelIsForceoutofstock()
public void shouldReturnOutOfStockWhenAvailabilityIsLessThan0()
public void shouldReturnOutOfStockWhenAvailabilityIsEqual0()
public void shouldReturnInstockWhenAvailabilityIsBiggerThanDefaultLowStockThreshold()
public void shouldReturnLowstockWhenAvailabilityIsBiggerThan0AndLessOrEqualDefaultLowStockThreshold()
Copyright © 2018 SAP SE. All Rights Reserved.