Class DeltaPricePopulatorTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.facades.populator.DeltaPricePopulatorTest
-
@UnitTest public class DeltaPricePopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeltaPricePopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PriceModelcreatePriceModel(java.lang.String currency, java.math.BigDecimal priceValue, java.math.BigDecimal obsoleteValue)voidsetup()voidtestPopulatePriceNull()voidtestPopulatePricePriceDefined()voidtestPopulateSelectedValuesl()
-
-
-
Method Detail
-
setup
public void setup()
-
testPopulatePriceNull
public void testPopulatePriceNull()
-
testPopulateSelectedValuesl
public void testPopulateSelectedValuesl()
-
testPopulatePricePriceDefined
public void testPopulatePricePriceDefined()
-
createPriceModel
protected PriceModel createPriceModel(java.lang.String currency, java.math.BigDecimal priceValue, java.math.BigDecimal obsoleteValue)
-
-