- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for cannotAccessAddressBeforeStart (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
mockwebserver/src/test/java/mockwebserver3/MockWebServerTest.kt
val other = MockWebServer() other.use { other.start() assertThat(other.port).isNotEqualTo(server.port) } } @Test fun cannotAccessAddressBeforeStart() { val other = MockWebServer() assertFailsWith<IllegalStateException> { other.socketAddress } assertFailsWith<IllegalStateException> { other.hostName }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Aug 03 22:38:00 GMT 2025 - 28K bytes - Click Count (0)