Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make MockWebServerExtension public and allow for server customization (…
…#532) * Make MockWebServerExtension public. This is in preparation for most likely moving it to part of kiwi-test, i.e., in src/main * Add ability to customize the MockWebServer by using a Consumer<MockWebServer> * Add a builder. It currently only provides the ability to specify your own MockWebServer and the customization Consumer, but by using a builder instead of multiple constructors, it provides a nicer interface. The no-args constructor still exists for situations where no customization is needed.
- Loading branch information