惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Y
Y Combinator Blog
The Cloudflare Blog
Last Week in AI
Last Week in AI
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
博客园 - 司徒正美
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
L
LangChain Blog

Neuman’s blog

Menghaoran Dns Vs Whois How To Download Video From Website 如何去消耗服务端资源 长度与宽度 依赖于第三方服务的场景要怎么测试 Gui测试之图片识别 别做拒绝成长的苹果树 Zookeeper
Spring Boot Test
Neuman's blog · 2018-03-02 · via Neuman’s blog

对spring boot应用进行测试

添加如下两个注解,编写测试类,可以测试Spring boot应用


@RunWith(SpringRunner.class) 运行Junit并支持Spring-test特性
@SpringBootTest 为springApplication创建上下文并支持SpringBoot特性

spring boot的一些简单介绍

Controller Service Dao


测试方法

junit

注解

@Test
@Before
@After
@BeforeClass
@AfterClass

testng

比起junit我更偏向于testng

主要的优点我认为是Listener的定制化和xml配置用例测试套