mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -448,4 +448,9 @@ public class NumberUtilTest {
|
||||
Assert.assertNotNull(NumberUtil.toBigInteger(number2));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void divIntegerTest(){
|
||||
System.out.println(NumberUtil.div(100101300, (Number) 100));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user