Class ZeroPriceModelImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.interf.model.impl.ZeroPriceModelImplTest
-
@UnitTest public class ZeroPriceModelImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ZeroPriceModelImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestClone()voidtestEquals()voidtestGetCurrency()voidtestGetPrice()voidtestGetStrikeThroughPrice()voidtestHasVaildPriceNoPrice()voidtestSetCurrency()voidtestSetPrice()voidtestSetStrikeThroughPrice()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testClone
public void testClone()
-
testSetPrice
public void testSetPrice()
-
testSetStrikeThroughPrice
public void testSetStrikeThroughPrice()
-
testSetCurrency
public void testSetCurrency()
-
testGetPrice
public void testGetPrice()
-
testGetStrikeThroughPrice
public void testGetStrikeThroughPrice()
-
testGetCurrency
public void testGetCurrency()
-
testEquals
public void testEquals()
-
testHasVaildPriceNoPrice
public void testHasVaildPriceNoPrice()
-
-