示例#1
0
 @Test
 public void testValidateIPAddress() {
   assertTrue(YamlUtil.validateIPAddress(UtilitiesConstantsTest.VALIDIPADDRRESS));
 }