Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startIsIdempotentIfAddressIsConsistent (3.29 sec)

  1. mockwebserver/src/test/java/mockwebserver3/MockWebServerTest.kt

          assertThat(other.hostName).isNotNull()
          assertThat(other.port).isNotNull()
          assertThat(other.proxyAddress).isNotNull()
        }
      }
    
      @Test
      fun startIsIdempotentIfAddressIsConsistent() {
        val other = MockWebServer()
        val addressA = InetAddress.getByAddress("localhost", byteArrayOf(127, 0, 0, 1))
        val addressB = InetAddress.getByAddress("localhost", byteArrayOf(127, 0, 0, 2))
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Aug 03 22:38:00 UTC 2025
    - 28K bytes
    - Viewed (0)
Back to top