Spring JUnit ContextConfiguration类路径资源无法打开

时间:2015-08-05 13:23:29

标签: spring junit spring-boot spring-test

我在gradle项目中使用最新版本的Spring-Boot(spring boot starter web和test)。我使用的旧单元测试不再有效。

XML上下文文件位于src / test / resources / myTestContext.xml下。但是当我尝试在Eclipse(mars 4.5)中将其作为Junit测试运行时,我得到以下错误

@ContextConfiguration(locations={"/myTestContext.xml"})
public class MyTest extends AbstractJUnit4SpringContextTests{
....


Caused by: java.io.FileNotFoundException: class path resource [myTestContext.xml] 
cannot be opened because it does not exist at     
org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:172) ~[spring-core-4.1.7.RELEASE.jar:4.1.7.RELEASE]

0 个答案:

没有答案