- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testPublicSuffixExclusion (0.2 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java
expectedName = expectedName.substring(0, expectedName.length() - 1); } assertThat(domain.toString()).isEqualTo(expectedName); } } public void testPublicSuffixExclusion() { InternetDomainName domain = InternetDomainName.from("foo.city.yokohama.jp"); assertTrue(domain.hasPublicSuffix()); assertThat(domain.publicSuffix().toString()).isEqualTo("yokohama.jp");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 17.8K bytes - Click Count (0)