- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for bytesThrowsMoreThanIntMaxValue (0.17 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/ResponseBodyJvmTest.kt
body.bytes() }.also { expected -> assertThat(expected.message).isEqualTo( "Content-Length (10) and stream length (5) disagree", ) } } @Test fun bytesThrowsMoreThanIntMaxValue() { val body: ResponseBody = object : ResponseBody() { override fun contentType(): MediaType? = null override fun contentLength(): Long = Int.MAX_VALUE + 1L
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 12.4K bytes - Click Count (0)