Reports unresolved file references in the scripts attributes of the @Sql annotation and the corresponding aliased attributes of the @Sql meta annotations.

Example:


  @SqlGroup({
     @Sql("not-found"), // reports "Cannot resolve file 'not-found"
     @Sql("found.sql")
  })
  public class MyTestWithSqlData {...}