码迷,mamicode.com
首页 > 编程语言 > 详细

JUnit4如何加载WEB-INF下的spring配置文件

时间:2014-12-10 00:29:06      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:style   io   color   sp   strong   on   文件   div   bs   

研究了好久,给大家分享下,越分享,越快乐!!
 
@RunWith(SpringJUnit4ClassRunner. class)
@ContextConfiguration(locations = {"file:WebRoot/WEB-INF/applicationContext.xml" , "file:WebRoot/WEB-INF/spring-servlet.xml" })
public class BaseTestCase
 
 
要注意的是花括号里面是两个字符串,用逗号隔开!!!
 
下面是classpath方式:
@RunWith(SpringJUnit4ClassRunner. class)
@ContextConfiguration(locations = "classpath:applicationContext*.xml" )
public class BaseTestCase

JUnit4如何加载WEB-INF下的spring配置文件

标签:style   io   color   sp   strong   on   文件   div   bs   

原文地址:http://www.cnblogs.com/jason212/p/4154474.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!