- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFromStringBadPort (0.11 sec)
-
android/guava-tests/test/com/google/common/net/HostAndPortTest.java
checkFromStringCase("gmail.com:૮1", 77, null, -1, false); checkFromStringCase("192.0.2.2:૮૩", 77, null, -1, false); checkFromStringCase("[2001::2]:૮૫", 77, null, -1, false); } public void testFromStringBadPort() { // Out-of-range ports. checkFromStringCase("google.com:65536", 1, null, 99, false); checkFromStringCase("google.com:9999999999", 1, null, 99, false); // Invalid port parts.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 15:41:36 UTC 2024 - 9.4K bytes - Viewed (0)