报告错误的 Spring 上下文配置。

有关详细信息,请参阅 @ContextConfiguration

示例:


  @ContextConfiguration(locations = "classpath:META-INF/unknown-context.xml") // 报告 "无法解析文件'unknown-context.xml'"
  class MyTests {...}