Searched refs:validIsatapAddresses (Results 1 – 1 of 1) sorted by relevance
502 String[] validIsatapAddresses = { in testIsatapAddresses() local519 for (int i = 0; i < validIsatapAddresses.length; i++) { in testIsatapAddresses()520 InetAddress ip = InetAddresses.forString(validIsatapAddresses[i]); in testIsatapAddresses()522 assertEquals("checking '" + validIsatapAddresses[i] + "'", ipv4, in testIsatapAddresses()