Register EventPublishingTestExecutionListener by default

Closes gh-18490
This commit is contained in:
Sam Brannen
2019-04-03 18:31:16 +02:00
parent d6173512fe
commit 13543f5e0f
4 changed files with 6 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
# Default TestExecutionListeners for the Spring TestContext Framework
#
org.springframework.test.context.TestExecutionListener = \
org.springframework.test.context.event.EventPublishingTestExecutionListener,\
org.springframework.test.context.web.ServletTestExecutionListener,\
org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener,\
org.springframework.test.context.support.DependencyInjectionTestExecutionListener,\