我正在使用 JUnit 进行 Web 服务(Springs)的单元测试。
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration({"classpath:WSexample/config/service/WSexample-service.xml"})
并且测试文件位于WSexample/test/find/controller
位置
我正在使用上面的代码来加载一个 xml 文件。它抛出无法加载应用程序上下文错误。
java.lang.IllegalStateException:无法在 org.springframework.test.context.support.DependencyInjectionTestExecutionListene 的 org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:308) 加载 ApplicationContextr.injectDependencies(DependencyInjectionTestExecutionListener。 java:109) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:321)