- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testBigDouble (0.06 sec)
-
src/test/java/org/codelibs/core/convert/BigDecimalConversionUtilTest.java
*/ public void testToBigDecimalForEmptyString() throws Exception { assertNull(BigDecimalConversionUtil.toBigDecimal("")); } /** * @throws Exception */ public void testBigDouble() throws Exception { assertEquals("12500000", BigDecimalConversionUtil.toBigDecimal(12500000D).toString()); } /** * @throws Exception */ public void testToString() throws Exception {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 4.9K bytes - Viewed (0)