Class PricingServiceImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.impl.PricingServiceImplTest
-
@UnitTest public class PricingServiceImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PricingServiceImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestConfigNotFoundInCache()voidtestConfigNotFoundInCacheAndNotFromService()voidtestFillConfigPrices()voidtestFillOverviewPrices()voidtestFillOverviewPricesException()voidtestFillValuePrices()voidtestFillValuePricesException()voidtestFillValuePricesExceptionOldApi()voidtestFillValuePricesOldApi()voidtestGetPriceSummaryFromCache()voidtestGetPriceSummaryShouldBeCached()voidtestGetPriceSummaryWithException()voidtestIsActive()voidtestIsActiveNoPricingCustomized()voidtestIsNotActive()voidtestPrepareRetrievalOptionsForProduct()voidtestPrepareRetrievalOptionsForProductMultilevel()voidtestPrepareRetrievalOptionsWithDate()voidtestPricingConfigurationParameter()voidtestPricingNotFoundInCache()voidtestProductConfigurationService()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testProductConfigurationService
public void testProductConfigurationService()
-
testPricingNotFoundInCache
public void testPricingNotFoundInCache() throws PricingEngineException, ConfigurationEngineException
-
testConfigNotFoundInCache
public void testConfigNotFoundInCache() throws PricingEngineException, ConfigurationEngineException
-
testConfigNotFoundInCacheAndNotFromService
public void testConfigNotFoundInCacheAndNotFromService() throws PricingEngineException, ConfigurationEngineException
-
testGetPriceSummaryFromCache
public void testGetPriceSummaryFromCache() throws PricingEngineException- Throws:
PricingEngineException
-
testGetPriceSummaryShouldBeCached
public void testGetPriceSummaryShouldBeCached() throws PricingEngineException, ConfigurationEngineException
-
testGetPriceSummaryWithException
public void testGetPriceSummaryWithException() throws PricingEngineException, ConfigurationEngineException
-
testFillValuePricesOldApi
public void testFillValuePricesOldApi() throws PricingEngineException- Throws:
PricingEngineException
-
testFillValuePricesExceptionOldApi
public void testFillValuePricesExceptionOldApi() throws PricingEngineException- Throws:
PricingEngineException
-
testFillValuePrices
public void testFillValuePrices() throws PricingEngineException- Throws:
PricingEngineException
-
testFillValuePricesException
public void testFillValuePricesException() throws PricingEngineException- Throws:
PricingEngineException
-
testIsActive
public void testIsActive()
-
testIsActiveNoPricingCustomized
public void testIsActiveNoPricingCustomized()
-
testIsNotActive
public void testIsNotActive()
-
testFillConfigPrices
public void testFillConfigPrices()
-
testFillOverviewPrices
public void testFillOverviewPrices() throws PricingEngineException, ConfigurationEngineException
-
testFillOverviewPricesException
public void testFillOverviewPricesException() throws PricingEngineException, ConfigurationEngineException
-
testPricingConfigurationParameter
public void testPricingConfigurationParameter()
-
testPrepareRetrievalOptionsWithDate
public void testPrepareRetrievalOptionsWithDate()
-
testPrepareRetrievalOptionsForProduct
public void testPrepareRetrievalOptionsForProduct()
-
testPrepareRetrievalOptionsForProductMultilevel
public void testPrepareRetrievalOptionsForProductMultilevel()
-
-