잘못된 Spring 컨텍스트 구성을 보고합니다.

자세한 내용은 @ContextConfiguration을 참조하세요.

예:


  @ContextConfiguration(locations = "classpath:META-INF/unknown-context.xml") // "파일 'unknown-context.xml'을 해결할 수 없습니다"라고 보고됩니다
  class MyTests {...}