前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SpringBoot 应用单元测试调研

SpringBoot 应用单元测试调研

作者头像
heidsoft
发布2021-07-30 11:53:47
2160
发布2021-07-30 11:53:47
举报

https://spring.io/guides/gs/testing-web/

package com.example.testingweb;

import org.junit.jupiter.api.Test;

import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
public class TestingWebApplicationTests {

  @Test
  public void contextLoads() {
  }

}

https://www.baeldung.com/spring-boot-testing

  • https://www.tutorialspoint.com/spring_boot/spring_boot_rest_controller_unit_test.htm
  • https://dzone.com/articles/unit-and-integration-tests-in-spring-boot-2
  • https://reflectoring.io/
  • https://reflectoring.io/spring-boot-test/
  • https://blog.devgenius.io/spring-boot-deep-dive-on-unit-testing-92bbdf549594
  • https://www.tutorialspoint.com/spring_boot/spring_boot_rest_controller_unit_test.htm
本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2021-07-11,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 云数智圈 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档