mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 16:33:27 +00:00
OkHttp 5.4.0 expanded Interceptor.Chain from ~10 to ~40 members, breaking the test's hand-rolled `object : Interceptor.Chain` fake. Replace it with a java.lang.reflect.Proxy that implements only request()/proceed() and throws for the rest, so it survives future interface growth without dozens of empty stubs. A real OkHttpClient can't be used here because Platform init fails outside Robolectric (android.util.Log.isLoggable is unavailable). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>