Class DefaultTravelManageStockStrategyTest
java.lang.Object
de.hybris.platform.travelservices.strategies.stock.transport.impl.DefaultTravelManageStockStrategyTest
unit test for
DefaultTravelManageStockStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
DefaultTravelManageStockStrategyTest
public DefaultTravelManageStockStrategyTest()
-
-
Method Details
-
testReserveForEmptyTravelOrderEntryInfo
public void testReserveForEmptyTravelOrderEntryInfo() throws de.hybris.platform.stock.exception.InsufficientStockLevelException- Throws:
de.hybris.platform.stock.exception.InsufficientStockLevelException
-
testReserve
public void testReserve() throws de.hybris.platform.stock.exception.InsufficientStockLevelException- Throws:
de.hybris.platform.stock.exception.InsufficientStockLevelException
-
testReleaseForEmptyTravelOrderEntryInfo
public void testReleaseForEmptyTravelOrderEntryInfo() throws de.hybris.platform.stock.exception.InsufficientStockLevelException- Throws:
de.hybris.platform.stock.exception.InsufficientStockLevelException
-
testRelease
public void testRelease() throws de.hybris.platform.stock.exception.InsufficientStockLevelException- Throws:
de.hybris.platform.stock.exception.InsufficientStockLevelException
-