mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add test
This commit is contained in:
parent
b5619fefbd
commit
738ebe5a08
@ -36,6 +36,8 @@ import java.util.Set;
|
|||||||
* <li><a href="https://github.com/venusdrogon/feilong-core/wiki/one-jdk7-bug-thinking">one-jdk7-bug-thinking</a></li>
|
* <li><a href="https://github.com/venusdrogon/feilong-core/wiki/one-jdk7-bug-thinking">one-jdk7-bug-thinking</a></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
|
* TODO 需整理精简方法,去掉无用的重载方法。
|
||||||
|
*
|
||||||
* @author Looly
|
* @author Looly
|
||||||
*/
|
*/
|
||||||
public class NumberUtil {
|
public class NumberUtil {
|
||||||
|
@ -448,4 +448,9 @@ public class NumberUtilTest {
|
|||||||
Assert.assertNotNull(NumberUtil.toBigInteger(number2));
|
Assert.assertNotNull(NumberUtil.toBigInteger(number2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void divIntegerTest(){
|
||||||
|
System.out.println(NumberUtil.div(100101300, (Number) 100));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user