testEquals_summedFloatValues() The specific values used in this test case were copied from the code which was breaking because it was converting the
KualiDecimals into floats, adding the floats, and comparing them.
final public void testAdd_nullAddend() throws Exception(Code)
testAdd_validAddend
final public void testAdd_validAddend() throws Exception(Code)
testDivide_nullDivisor
final public void testDivide_nullDivisor() throws Exception(Code)
testDivide_validDivisor
final public void testDivide_validDivisor() throws Exception(Code)
testDoubleConstructor_noSig
final public void testDoubleConstructor_noSig() throws Exception(Code)
testDoubleConstructor_oneSig
final public void testDoubleConstructor_oneSig() throws Exception(Code)
testDoubleConstructor_threeSig
final public void testDoubleConstructor_threeSig() throws Exception(Code)
testDoubleConstructor_twoSig
final public void testDoubleConstructor_twoSig() throws Exception(Code)
testEquals_equalDoubleValues
final public void testEquals_equalDoubleValues()(Code)
testEquals_equalIntegerValues
final public void testEquals_equalIntegerValues()(Code)
testEquals_equalStringValues
final public void testEquals_equalStringValues()(Code)
testEquals_equivalentValues
final public void testEquals_equivalentValues()(Code)
testEquals_inequalDoubleValues
final public void testEquals_inequalDoubleValues()(Code)
testEquals_inequalIntegerValues
final public void testEquals_inequalIntegerValues()(Code)
testEquals_inequalStringValue
final public void testEquals_inequalStringValue()(Code)
testEquals_roughlyEqualDoubleValues
final public void testEquals_roughlyEqualDoubleValues()(Code)
testEquals_summedFloatValues
final public void testEquals_summedFloatValues()(Code)
The specific values used in this test case were copied from the code which was breaking because it was converting the
KualiDecimals into floats, adding the floats, and comparing them. The float addition is here to illustrate one of the
problems that requires us to do KualiDecimal math instead of converting back to a primitive format.
testIntConstructor
final public void testIntConstructor() throws Exception(Code)
testIsGreaterEqual_equalOperand
final public void testIsGreaterEqual_equalOperand()(Code)
testIsGreaterEqual_greaterOperand
final public void testIsGreaterEqual_greaterOperand()(Code)
testIsGreaterEqual_lesserOperand
final public void testIsGreaterEqual_lesserOperand()(Code)
testIsGreaterEqual_nullOperand
final public void testIsGreaterEqual_nullOperand()(Code)
testIsGreaterThan_equalOperand
final public void testIsGreaterThan_equalOperand()(Code)
testIsGreaterThan_greaterOperand
final public void testIsGreaterThan_greaterOperand()(Code)
testIsGreaterThan_lesserOperand
final public void testIsGreaterThan_lesserOperand()(Code)
testIsGreaterThan_nullOperand
final public void testIsGreaterThan_nullOperand()(Code)
testIsLessEqual_equalOperand
final public void testIsLessEqual_equalOperand()(Code)
testIsLessEqual_greaterOperand
final public void testIsLessEqual_greaterOperand()(Code)
testIsLessEqual_lesserOperand
final public void testIsLessEqual_lesserOperand()(Code)
testIsLessEqual_nullOperand
final public void testIsLessEqual_nullOperand()(Code)
testIsLessThan_equalOperand
final public void testIsLessThan_equalOperand()(Code)
testIsLessThan_greaterOperand
final public void testIsLessThan_greaterOperand()(Code)
testIsLessThan_lesserOperand
final public void testIsLessThan_lesserOperand()(Code)
testIsLessThan_nullOperand
final public void testIsLessThan_nullOperand()(Code)
testIsNegative_negativeValue
final public void testIsNegative_negativeValue()(Code)
testIsNegative_positiveValue
final public void testIsNegative_positiveValue()(Code)
testIsNegative_zeroValue
final public void testIsNegative_zeroValue()(Code)
testIsNonZero_negativeValue
final public void testIsNonZero_negativeValue()(Code)
testIsNonZero_positiveValue
final public void testIsNonZero_positiveValue()(Code)