KotlinTestingMockKSpringBootAtriumWhen working with Kotlin you might need to build some non trivial mocks that need to be verified. Here is how to do it by combining MockK and Atrium
JavaWireMockSpringBootTestingUsing WireMock to record third party API calls you can get high quality mocks that reflect reality and are much easier to maintain