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
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?
- Is it ok to use BigDecimalHandler in JUnit tests Kathey Marsden
- Re: Is it ok to use BigDecimalHandler in JUnit ... Bryan Pendleton
- Re: Is it ok to use BigDecimalHandler in JU... Kathey Marsden
- Re: Is it ok to use BigDecimalHandler i... Mamta Satoor
- Re: Is it ok to use BigDecimalHandl... Mamta Satoor
- Re: Is it ok to use BigDecimalHandler i... Daniel John Debrunner
