- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testFromParts (0.07 sec)
-
android/guava-tests/test/com/google/common/net/HostAndPortTest.java
// Make sure we expected this to fail. assertEquals(-1, expectPort); } assertEquals(expectHost, hp2.getHost()); } } public void testFromParts() { HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); assertEquals("gmail.com", hp.getHost()); assertTrue(hp.hasPort()); assertEquals(81, hp.getPort());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/net/HostAndPortTest.java
// Make sure we expected this to fail. assertEquals(-1, expectPort); } assertEquals(expectHost, hp2.getHost()); } } public void testFromParts() { HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); assertEquals("gmail.com", hp.getHost()); assertTrue(hp.hasPort()); assertEquals(81, hp.getPort());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.8K bytes - Viewed (0)