Polishing

This commit is contained in:
Sam Brannen
2024-03-20 13:05:30 +01:00
parent 1732844137
commit 7d197972e0
3 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,8 @@ by default, exactly in the following order:
Micrometer's `ObservationRegistry`.
* `DirtiesContextTestExecutionListener`: Handles the `@DirtiesContext` annotation for
"`after`" modes.
* `CommonCacheTestExecutionListener`: Clears application context cache if necessary.
* `CommonCacheTestExecutionListener`: Clears resource caches in the test's
`ApplicationContext` if necessary.
* `TransactionalTestExecutionListener`: Provides transactional test execution with
default rollback semantics.
* `SqlScriptsTestExecutionListener`: Runs SQL scripts configured by using the `@Sql`