We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacd5b1 commit fbdd9e5Copy full SHA for fbdd9e5
README.md
@@ -85,7 +85,7 @@ It supports assertions on Hibernate level two cache statistics, for checking tha
85
86
@SpringBootTest
87
@TestExecutionListeners(
88
- listeners = HibernateStatementCountTestListener.class,
+ listeners = HibernateAssertTestListener.class,
89
mergeMode = TestExecutionListeners.MergeMode.MERGE_WITH_DEFAULTS
90
)
91
class MySpringIntegrationTest {
0 commit comments