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

Junit运行在Spring环境下

时间:2017-02-05 16:43:06      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:.class   位置   bsp   XML   xml文件   extc   config   测试环境   pat   

@RunWith(SpringJUnit4ClassRunner.class)让测试运行于Spring测试环境

@ContextConfiguration 用来指定加载的Spring配置文件的位置,会加载默认配置文件

加载Spring配置文件:@ContextConfiguration(classpath:/com/example/MyTest-context.xml文件)

Junit运行在Spring环境下

标签:.class   位置   bsp   XML   xml文件   extc   config   测试环境   pat   

原文地址:http://www.cnblogs.com/chenweichu/p/6367783.html

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