Spring整合Junit4进行单元测试
2020-01-29 16:02:33来源:博客园 阅读 ()
Spring整合Junit4进行单元测试
需要添加spring-text.RELEASE.jar。
需要添加Junit4的2个jar包:junit.jar、hamcrest-core.jar。
- 写Junit的注解,Alt+Enter添加即可。
- 也可以自己下载添加:https://github.com/junit-team/junit4/wiki/Download-and-Install
示例
@RunWith(SpringJUnit4ClassRunner.class) //值是String数组,可以写多个xml配置文件 @ContextConfiguration(locations = {"classpath:spring-config.xml"}) public class Test { @Autowired private User user; @org.junit.Test public void test1(){ System.out.println(user); } @org.junit.Test public void test2(){ System.out.println(user); } @org.junit.Test public void test3(){ System.out.println(user); } }
在测试类上标注:
-
@RunWith 会自动根据配置创建Spring容器,无需 new ClassPathXmlApplicationContext("spring-config.xml") 手动创建
- @ContextConfiguration 指定xml配置文件的路径
在测试方法上标注:
- @Test
可添加前后处理:
@Before public void before(){ System.out.println("before"); } @After public void after(){ System.out.println("after"); }
run/debug时使用Junit:
原文链接:https://www.cnblogs.com/chy18883701161/p/12239582.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Spring系列.ApplicationContext接口 2020-06-11
- springboot2配置JavaMelody与springMVC配置JavaMelody 2020-06-11
- 给你一份超详细 Spring Boot 知识清单 2020-06-11
- SpringBoot 2.3 整合最新版 ShardingJdbc + Druid + MyBatis 2020-06-11
- 掌握SpringBoot-2.3的容器探针:实战篇 2020-06-11
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash