Searched refs:bdDoppel (Results 1 – 1 of 1) sorted by relevance
90 BigDecimal bdDoppel = new BigDecimal(bdString); in testRoundtrip() local91 Assert.assertEquals(bd, bdDoppel, "bd string: scale: " + bd.scale() + in testRoundtrip()92 "\t" + bdString + "\nbd doppel: scale: " + bdDoppel.scale() + in testRoundtrip()93 "\t" + bdDoppel.toString()); in testRoundtrip()