- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFromStringParseableIncompleteAddresses (0.15 sec)
-
guava-tests/test/com/google/common/net/HostAndPortTest.java
checkFromStringCase(":", 99, "", 99, false); checkFromStringCase(":123", -1, "", 123, true); checkFromStringCase("\nOMG\t", 89, "\nOMG\t", 89, false); } public void testFromStringParseableIncompleteAddresses() { checkFromStringCase("1.2.3", 87, "1.2.3", 87, false); checkFromStringCase("1.2.3:99", 87, "1.2.3", 99, true); checkFromStringCase("2001:4860:4864:5", 87, "2001:4860:4864:5", 87, false);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.8K bytes - Viewed (0)