Ollie Kennedyolliekennedy.hashnode.dev·Jun 2, 2023Enhancing Object Matching in Kotlin Component Tests: From Simple Assertions to Hamcrest MatchersI 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...4 likesKotlin