Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testHostnameFunction (0.13 sec)

  1. android-test-app/src/androidTest/kotlin/okhttp/android/testapp/IdnaTest.kt

     * limitations under the License.
     */
    package okhttp3.android
    
    import okhttp3.HttpUrl.Companion.toHttpUrl
    import org.junit.Assert.assertEquals
    import org.junit.Test
    
    class IdnaTest {
      @Test
      fun testHostnameFunction() {
        assertEquals("xn--n3h.net", "https://☃.net/robots.txt".toHttpUrl().host)
      }
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Aug 03 19:38:06 UTC 2025
    - 869 bytes
    - Viewed (0)
Back to top