Web サービス (Springs) の単体テストに JUnit を使用しています。
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration({"classpath:WSexample/config/service/WSexample-service.xml"})
テストファイルは次の場所にありWSexample/test/find/controller
ます
上記のコードを使用してxmlファイルをロードしています。Failed to load Application Context エラーをスローしています。
java.lang.IllegalStateException: org.springframework.test.context.TestContext.getApplicationContext(TestContext.j ava:308) で ApplicationContext を読み込めませんでした。 java:109) org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75) で org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:321) で