Spring Boot STOMP Client: Mock Object Verification Fails
I am developing an API for a real-time multiplayer game and aim to create integration tests for my STOMP API. While using mocks in integration tests is unconventional, I want to verify that the correct endpoints and methods are accessed during specific events.