不正な Spring コンテキスト構成を報告します。
locations 属性にある未解決のファイルとディレクトリ、および @ContextConfiguration メタアノテーションの対応するエイリアス属性
詳細は、@ContextConfiguration を参照してください。
例:
@ContextConfiguration(locations = "classpath:META-INF/unknown-context.xml") // "ファイル 'unknown-context.xml' を解決できません" が報告されます
class MyTests {...}