Reports incorrect Spring context configurations.

For more information, see @ContextConfiguration.

Example:


  @ContextConfiguration(locations = "classpath:META-INF/unknown-context.xml") // reports "Cannot resolve file 'unknown-context.xml'"
  class MyTests {...}