34353637383940
private final Log logger = LogFactory.getLog(this.getClass()); private SqlRunner sqlRunner; public SpringSqlUnitTestExecutionListener() { this.sqlRunner = SqlRunner.of(new SqlExecutor()); }