I am converting parameterMapping to JUnit. I am wondering if it is ok to use BigDecimalHandler in JUnit tests? If not is there a replacement of some sort for BigDecimalHandler?

Here is a snippet of the old test where it is used:

System.out.print("getBigDecimal="
                   + BigDecimalHandler.getBigDecimalString(rs, 1)
                   + " was null " + rs.wasNull());

Thanks

Kathey

Reply via email to