2023-04-11 07:22:11 +08:00
|
|
|
# Spring Test Context Customizer Factories
|
2016-03-02 07:38:22 +08:00
|
|
|
org.springframework.test.context.ContextCustomizerFactory=\
|
2016-03-23 04:02:39 +08:00
|
|
|
org.springframework.boot.test.context.ImportsContextCustomizerFactory,\
|
2016-02-23 04:04:58 +08:00
|
|
|
org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizerFactory,\
|
2017-06-07 04:35:33 +08:00
|
|
|
org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory,\
|
2025-05-02 21:03:24 +08:00
|
|
|
org.springframework.boot.test.mock.mockito.MockitoContextCustomizerFactory
|
2016-02-23 04:04:58 +08:00
|
|
|
|
|
|
|
# Test Execution Listeners
|
|
|
|
org.springframework.test.context.TestExecutionListener=\
|
2016-04-02 02:45:08 +08:00
|
|
|
org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener,\
|
2016-02-23 04:04:58 +08:00
|
|
|
org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
|
2018-09-08 01:31:49 +08:00
|
|
|
|
2023-04-29 23:59:48 +08:00
|
|
|
# Application Context Initializers
|
|
|
|
org.springframework.context.ApplicationContextInitializer=\
|
2025-05-02 21:03:24 +08:00
|
|
|
org.springframework.boot.test.context.filter.ExcludeFilterApplicationContextInitializer
|