spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Add testing utility for asserting SseEmitter events

Open bclozel opened this issue 1 year ago • 0 comments

As seen in #33722, SseEmitter does not currently provide a way to perform assertions on published events for testing purposes. Our own testing infrastructure is leveraging protected methods to configure a test handler - we should consider providing a testing utility for this use case.

bclozel avatar Oct 18 '24 15:10 bclozel