Enhancing Object Matching in Kotlin Component Tests: From Simple Assertions to Hamcrest Matchers
Jun 2, 2023 · 3 min read · I was writing a component test in Kotlin for a scenario where we publish an event to a Kafka topic whenever we receive a request from an upstream system. It offered a good opportunity to learn how to write a custom matcher for comparing two different...
Join discussion