mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -148,4 +148,9 @@ public class IdcardUtilTest {
|
|||||||
flag = IdcardUtil.isValidTWCard(errTwCard2);
|
flag = IdcardUtil.isValidTWCard(errTwCard2);
|
||||||
Assert.assertFalse(flag);
|
Assert.assertFalse(flag);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void issueI88YKMTest() {
|
||||||
|
Assert.assertTrue(IdcardUtil.isValidCard("111111111111111"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user