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
ce11e7147d
commit
1e636f0016
@ -41,4 +41,10 @@ public class NamingCaseTest {
|
|||||||
.set("DEPT_NAME","DEPT_NAME")
|
.set("DEPT_NAME","DEPT_NAME")
|
||||||
.forEach((key, value) -> Assert.assertEquals(value, NamingCase.toUnderlineCase(key)));
|
.forEach((key, value) -> Assert.assertEquals(value, NamingCase.toUnderlineCase(key)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void issueI5TVMUTest(){
|
||||||
|
// https://gitee.com/dromara/hutool/issues/I5TVMU
|
||||||
|
Assert.assertEquals("t1C1", NamingCase.toUnderlineCase("t1C1"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user