本文主要是介绍springboot2整合junit5,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
springboot2整合junit5
- 整合junit5
整合junit5
1、导入junit5依赖
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifactId><scope>test</scope>
</dependency>
2、编写代码
常用注解见官网文档: junit5官方文档.
3、测试
- 计划任务
- 完成任务
这篇关于springboot2整合junit5的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!