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
64d4d64ccc
commit
c8fe05740a
@ -0,0 +1,12 @@
|
|||||||
|
package org.dromara.hutool.json;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Assertions;
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
|
public class IssueI81QZ2Test {
|
||||||
|
@Test
|
||||||
|
void toJsonStrTest() {
|
||||||
|
final boolean bool = true;
|
||||||
|
Assertions.assertEquals("true", JSONUtil.toJsonStr(bool));
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user