- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testChild (0.6 sec)
-
android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java
assertEquals("google.com", InternetDomainName.from("www.google.com").parent().toString()); assertThrows(IllegalStateException.class, () -> InternetDomainName.from("com").parent()); } public void testChild() { InternetDomainName domain = InternetDomainName.from("foo.com"); assertEquals("www.foo.com", domain.child("www").toString()); assertThrows(IllegalArgumentException.class, () -> domain.child("www."));
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 17.5K bytes - Viewed (0)