This is another follow-up from #7616. This makes the test options class immutable and uses `@AutoValue` and `@AutoValue.Builder`. As a result, a bunch of the configuration/setup code for these said options now flings around a builder instance. This isn't great, but I think it's an incremental improvement that can be seen in the `@BeforeAll AbstractHttpClientTest.setupOptions()` method, where the immutable options are (finally) instantiated. |
||
---|---|---|
.. | ||
okhttp-2.2/javaagent | ||
okhttp-3.0 |