Rename listener to CommonCachesTestExecutionListener

See gh-30954
This commit is contained in:
Sam Brannen
2024-03-20 16:37:22 +01:00
parent 7d197972e0
commit 5698191ba0
7 changed files with 43 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ by default, exactly in the following order:
Micrometer's `ObservationRegistry`.
* `DirtiesContextTestExecutionListener`: Handles the `@DirtiesContext` annotation for
"`after`" modes.
* `CommonCacheTestExecutionListener`: Clears resource caches in the test's
* `CommonCachesTestExecutionListener`: Clears resource caches in the test's
`ApplicationContext` if necessary.
* `TransactionalTestExecutionListener`: Provides transactional test execution with
default rollback semantics.