Class NoConfigPriceTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.facades.impl.NoConfigPriceTest
-
@UnitTest public class NoConfigPriceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NoConfigPriceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetCurrencyIso()voidtestGetFormattedValue()voidtestGetMaxQuantity()voidtestGetMinQuantity()voidtestGetPriceType()voidtestGetValue()voidtestMaxQuantityImmutable()voidtestMinQuantityImmutable()voidtestPriceTypeImmutable()voidtestSetCurrencyIsoImmutable()voidtestSetFormattedValueyImmutable()voidtestSetValueImmutable()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetCurrencyIso
public void testGetCurrencyIso()
-
testGetPriceType
public void testGetPriceType()
-
testGetValue
public void testGetValue()
-
testGetFormattedValue
public void testGetFormattedValue()
-
testGetMinQuantity
public void testGetMinQuantity()
-
testGetMaxQuantity
public void testGetMaxQuantity()
-
testSetCurrencyIsoImmutable
public void testSetCurrencyIsoImmutable()
-
testSetValueImmutable
public void testSetValueImmutable()
-
testSetFormattedValueyImmutable
public void testSetFormattedValueyImmutable()
-
testMinQuantityImmutable
public void testMinQuantityImmutable()
-
testMaxQuantityImmutable
public void testMaxQuantityImmutable()
-
testPriceTypeImmutable
public void testPriceTypeImmutable()
-
-