不正な Spring コンテキスト構成を報告します。

詳細は、@ContextConfiguration を参照してください。

例:


  @ContextConfiguration(locations = "classpath:META-INF/unknown-context.xml") //  "ファイル 'unknown-context.xml' を解決できません" が報告されます
  class MyTests {...}