JUnit5用户手册~注解
Posted gqltt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JUnit5用户手册~注解相关的知识,希望对你有一定的参考价值。
注解 | 描述 |
@Test | 表示改方法是单元测试的方法 |
@ParameterizedTest | 表示方法是参数化测试 |
@RepeatedTest | 表示方法是重复测试的测试模板 |
@TestFactory | 表示一个方法是动态测试的测试工厂 |
@TestTemplate | |
@TestClassOrder | |
@TestMethodOrder | |
@TestInstance | |
@DisplayName | |
@DisplayNameGeneration | |
@BeforeEach | |
@AfterEach | |
@BeforeAll | |
@AfterAll | |
@Nested | |
@Tag | |
@Disabled | |
@Timeout | |
@ExtendWith | |
@RegisterExtension | |
@TempDir | |
以上是关于JUnit5用户手册~注解的主要内容,如果未能解决你的问题,请参考以下文章
使用 JUnit5+Spring Security 测试 Spring Boot 控制器
Spring Boot 集成 JUnit5,更优雅单元测试!
在 Kotlin 和 JUnit5 中测试 Spring Boot 缓存
使用 Spring Boot 和 JUnit5 在 Intellij 中终止所有测试