码迷,mamicode.com
首页 > 其他好文 > 详细

(转)@ContextConfiguration注解说明

时间:2017-04-12 09:25:16      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:unit   app   tco   sim   引入   classpath   classes   使用   context   

@ContextConfiguration Spring整合JUnit4测试时,使用注解引入多个配置文件

单个文件 @ContextConfiguration(Locations="../applicationContext.xml") @ContextConfiguration(classes = SimpleConfiguration.class) 多个文件时,可用{} @ContextConfiguration(locations = { "classpath*:/spring1.xml", "classpath*:/spring2.xml" })

(转)@ContextConfiguration注解说明

标签:unit   app   tco   sim   引入   classpath   classes   使用   context   

原文地址:http://www.cnblogs.com/lixuwu/p/6697537.html

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