@DisplaySql - quick-perf/doc GitHub Wiki
This annotation displays on the console the SQL statements produced during the test execution.
Compared to DisplaySqlOfTestMethodBody annotation, DisplaySql also displays SQL statements before (JUnit 4: @Before, @BeforeClass) and after (JUnit 4: @After, @AfterClass) the execution of the test method body.
⚠We don't recommend committing this annotation. Indeed, the SQL statements would pollute the logs and may slow down the continuous integration build.