Class ProductConfigSCPIQuoteEntryInboundHookImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.cpiquoteexchange.service.inbound.ProductConfigSCPIQuoteEntryInboundHookImplTest
-
@UnitTest public class ProductConfigSCPIQuoteEntryInboundHookImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProductConfigSCPIQuoteEntryInboundHookImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateBasicConfigurationInfo()voidtestEnsureBaseSiteIsAvailableAlreadySet()voidtestEnsureBaseSiteIsAvailableNotSet()voidtestProcessInboundQuoteEntryReturnsSameQuoteEntry()voidtestProcessInboundQuoteEntryWithConfig()voidtestProcessInboundQuoteEntryWithoutConfig()voidtestProcessInboundQuoteSetsBaseSite()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testProcessInboundQuoteEntryReturnsSameQuoteEntry
public void testProcessInboundQuoteEntryReturnsSameQuoteEntry()
-
testProcessInboundQuoteEntryWithoutConfig
public void testProcessInboundQuoteEntryWithoutConfig()
-
testProcessInboundQuoteEntryWithConfig
public void testProcessInboundQuoteEntryWithConfig()
-
testProcessInboundQuoteSetsBaseSite
public void testProcessInboundQuoteSetsBaseSite()
-
testCreateBasicConfigurationInfo
public void testCreateBasicConfigurationInfo()
-
testEnsureBaseSiteIsAvailableAlreadySet
public void testEnsureBaseSiteIsAvailableAlreadySet()
-
testEnsureBaseSiteIsAvailableNotSet
public void testEnsureBaseSiteIsAvailableNotSet()
-
-