|
66 | 66 | * DirtiesContextBeforeModesTestExecutionListener}</li>
|
67 | 67 | * <li>{@link org.springframework.test.context.event.ApplicationEventsTestExecutionListener
|
68 | 68 | * ApplicationEventsTestExecutionListener}</li>
|
| 69 | + * <li>{@link org.springframework.test.context.bean.override.mockito.MockitoTestExecutionListener |
| 70 | + * MockitoTestExecutionListener}</li> |
69 | 71 | * <li>{@link org.springframework.test.context.support.DependencyInjectionTestExecutionListener
|
70 | 72 | * DependencyInjectionTestExecutionListener}</li>
|
71 | 73 | * <li>{@link org.springframework.test.context.observation.MicrometerObservationRegistryTestExecutionListener
|
72 | 74 | * MicrometerObservationRegistryTestExecutionListener}</li>
|
73 | 75 | * <li>{@link org.springframework.test.context.support.DirtiesContextTestExecutionListener
|
74 | 76 | * DirtiesContextTestExecutionListener}</li>
|
| 77 | + * <li>{@link org.springframework.test.context.support.CommonCachesTestExecutionListener |
| 78 | + * CommonCachesTestExecutionListener}</li> |
75 | 79 | * <li>{@link org.springframework.test.context.transaction.TransactionalTestExecutionListener
|
76 | 80 | * TransactionalTestExecutionListener}</li>
|
77 | 81 | * <li>{@link org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
|
78 | 82 | * SqlScriptsTestExecutionListener}</li>
|
79 | 83 | * <li>{@link org.springframework.test.context.event.EventPublishingTestExecutionListener
|
80 | 84 | * EventPublishingTestExecutionListener}</li>
|
| 85 | + * <li>{@link org.springframework.test.context.bean.override.mockito.MockitoResetTestExecutionListener |
| 86 | + * MockitoResetTestExecutionListener}</li> |
| 87 | + * <li>{@link org.springframework.test.context.bean.override.BeanOverrideTestExecutionListener |
| 88 | + * BeanOverrideTestExecutionListener}</li> |
81 | 89 | * </ul>
|
82 | 90 | *
|
83 | 91 | * @author Sam Brannen
|
|
0 commit comments