mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
This commit introduces a new EventPublishingTestExecutionListener for publishing events to the test ApplicationContext. These may be consumed by @EventListener annotated methods to react to the TestContext lifecycle. The listener is not registered by default. Closes gh-18490