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

springboot+junit4单元测试如何使用?

时间:2019-07-01 20:05:04      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:with   测试方法   oid   ica   boot   快捷键   test   注入   style   

1.新建测试类。若用idea,可用alt+insert快捷键生成。

2.测试类加上这两个注解:

@RunWith(SpringJUnit4ClassRunner.class)
@SpringBootTest(classes = Application.class)

也可以继承有这两个注解的其他测试类。

3.添加测试方法,名字随便起,例如public void test(){},加上这个注解:

@Test

4.注入需要的bean。

springboot+junit4单元测试如何使用?

标签:with   测试方法   oid   ica   boot   快捷键   test   注入   style   

原文地址:https://www.cnblogs.com/longmenzhitong/p/11116269.html

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