1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00
Files
okhttp/okhttp-testing-support
Jesse Wilson 90d3a6b7c1 Be consistent about syntax to lock, wait, and notify (#8818)
The Dispatcher class is an outlier here as it cannot implement
the Lockable interface without that leaking into its public API.
We do without in that case.

Co-authored-by: Jesse Wilson <jwilson@squareup.com>
2025-05-28 19:28:25 -04:00
..

OkHttp Testing Support

This module offers utilities and support for testing OkHttp itself. It's not intended for use by other projects or consumers of the OkHttp library.