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