- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for builderToString (0.06 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
assertFailsWith<IllegalStateException> { HttpUrl.Builder().host("host").build() } assertThat(noScheme.message).isEqualTo("scheme == null") } @Test fun builderToString() { assertThat(parse("https://host.com/path").newBuilder().toString()) .isEqualTo("https://host.com/path") } @Test fun incompleteBuilderToString() { assertThat(
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Aug 04 07:38:48 GMT 2025 - 69.9K bytes - Click Count (0)