标签: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" })
标签:unit app tco sim 引入 classpath classes 使用 context
原文地址:http://www.cnblogs.com/lixuwu/p/6697537.html