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 void
setUp()
void
testCreateBasicConfigurationInfo()
void
testEnsureBaseSiteIsAvailableAlreadySet()
void
testEnsureBaseSiteIsAvailableNotSet()
void
testProcessInboundQuoteEntryReturnsSameQuoteEntry()
void
testProcessInboundQuoteEntryWithConfig()
void
testProcessInboundQuoteEntryWithoutConfig()
void
testProcessInboundQuoteSetsBaseSite()
-
-
-
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()
-
-