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 7b267fe commit c7984f1Copy full SHA for c7984f1
README.md
@@ -42,8 +42,11 @@ If the actual count is different, an exception is thrown:
42
* By adding the listener on each of your integration test:
43
44
@SpringBootTest
45
- @TestExecutionListeners(listeners = HibernateStatementCountTestListener.class, mergeMode = TestExecutionListeners.MergeMode.MERGE_WITH_DEFAULTS)
46
- class MySpringBootIntegrationTest {
+ @TestExecutionListeners(
+ listeners = HibernateStatementCountTestListener.class,
47
+ mergeMode = TestExecutionListeners.MergeMode.MERGE_WITH_DEFAULTS
48
+ )
49
+ class MySpringIntegrationTest {
50
...
51
}
52
0 commit comments