Class CurrencyTest
- java.lang.Object
-
- de.hybris.order.calculation.money.CurrencyTest
-
@UnitTest public class CurrencyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CurrencyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAnotherHashCodeProblem()voidtestEmptyCurrency()voidtestEquality()voidtestHashCode()voidtestMinusZeroCurrency()voidtestNegativeCurrency()voidtestNullCurrency()
-
-
-
Method Detail
-
testNullCurrency
public void testNullCurrency()
-
testEmptyCurrency
public void testEmptyCurrency()
-
testMinusZeroCurrency
public void testMinusZeroCurrency()
-
testNegativeCurrency
public void testNegativeCurrency()
-
testEquality
public void testEquality()
-
testHashCode
public void testHashCode()
-
testAnotherHashCodeProblem
public void testAnotherHashCodeProblem()
-
-