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

SpringBoot 单元测试

时间:2020-07-13 18:48:01      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:framework   lse   mamicode   ott   str   test   添加   src   als   

SpringBoot 单元测试

依赖注入

引入依赖:

 <dependency>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-starter-test</artifactId>
           <scope>test</scope>
</dependency>

  

这里引入了一个spring-boot-starter-test依赖,是springboot中写单测所需要的。
在单元测试类上添加@RunWith(SpringRunner.class)@SpringBootTest注解:

技术图片

 

SpringBoot 单元测试

标签:framework   lse   mamicode   ott   str   test   添加   src   als   

原文地址:https://www.cnblogs.com/xieshilin/p/13294473.html

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