报告不正确的 Spring 上下文配置。
locations
特性和 @ContextConfiguration
元注解的相应别名特性中的未解析文件和目录
有关详细信息,请参阅 @ContextConfiguration。
示例:
@ContextConfiguration(locations = "classpath:META-INF/unknown-context.xml") // 报告 "无法解析文件'unknown-context.xml'"
class MyTests {...}