

Making HTTP Client Tests Cleaner with MockWebServer and kiwi-test
In the previous blog , I showed using MockWebServer (part of OkHttp ) to test HTTP client code. The test code was pretty clean and...
Scott Leberknight
Mar 95 min read


Testing HTTP Client Code with MockWebServer
When testing HTTP client code, it can be challenging to verify your application's behavior. For example, if you have an HTTP client that...
Scott Leberknight
Jan 155 min read


SDKMAN! Presentation Slides
I’ve been using SDKMAN! for a while now to make it really easy to install and manage multiple versions of various SDKs like Java, Kotlin,...
Scott Leberknight
Apr 6, 20191 min read


JUnit 5 Presentation Slides
Presentation slides on JUnit 5
Scott Leberknight
Aug 12, 20181 min read

