mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
* OkHttpClientTestRule check connectionCount instead of idle Clients should be clean after use, not just from idle connections. * Abandon unclean clients * Simplify logic
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.