Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Suplee (0.2 sec)

  1. okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt

        assertThat(response.body.string()).isEqualTo("Hello response!")
        applicationLogs
          .assertLogEqual("--> POST $url")
          .assertLogEqual("--> END POST (duplex request body omitted)")
          .assertLogMatch(Regex("""<-- 200 $url \(\d+ms\)"""))
          .assertLogEqual("content-length: 15")
          .assertLogEqual("")
          .assertLogEqual("Hello response!")
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 06 09:14:38 GMT 2024
    - 37.6K bytes
    - Viewed (0)
Back to top