Reports incorrect Spring context configurations.
locations attributes
and corresponding aliased attributes of @ContextConfiguration meta annotations
For more information, see @ContextConfiguration.
Example:
@ContextConfiguration(locations = "classpath:META-INF/unknown-context.xml") // reports "Cannot resolve file 'unknown-context.xml'"
class MyTests {...}