1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00

2 Commits

Author SHA1 Message Date
Jesse Wilson
5659f0fe38 New @StartStop extension for JUnit 5 (#8862)
* New @StartStop extension for JUnit 5

This is a new take on our JUnit 5 extension. Rather than creating and managing
the MockWebServer instance in the extension, we let the user create it and all
the extension does is manage the lifecycle.

Note that this annotation doesn't require any external configuration - it doesn't
need a system-property to opt-into 'automatic' extensions, and it doesn't require
a class-level extension either.

* apiDump

---------

Co-authored-by: Jesse Wilson <jwilson@squareup.com>
2025-06-18 07:13:17 -04:00
Jesse Wilson
3e16ec28fe Adopt Kotlin's binary compatibility validator (#7112) 2022-02-26 14:17:33 -05:00