
test
文章平均质量分 87
test
伊布拉西莫
思想上的强者,行动上的弱者。
展开
-
powermock实战
mockito原创 2022-07-20 23:20:17 · 397 阅读 · 0 评论 -
TestNG-学习笔记
https://testng.org/doc/documentation-main.htmlTestNG概述TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as:Annotations.Run your tests in arbitraril.翻译 2022-04-24 19:54:39 · 672 阅读 · 0 评论 -
SpringBoot 2.x 单元测试(junit5)
maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>t...原创 2020-04-09 09:19:06 · 2611 阅读 · 0 评论 -
INT!`#$%^&*(
~@#$%^&原创 2021-02-02 08:02:07 · 102 阅读 · 0 评论 -
Junit5 - 2
junit5 官方文档: https://junit.org/junit5/docs/current/user-guide/ https://www.ibm.com/developerworks/cn/java/j-introducing-junit5-part1-jupiter-api/index.htmlhttps://www.ibm.com/developerworks/cn/java...原创 2019-09-05 15:57:35 · 500 阅读 · 0 评论 -
Junit5 - 1
junit5 官方文档: https://junit.org/junit5/docs/current/user-guide/ https://www.ibm.com/developerworks/cn/java/j-introducing-junit5-part1-jupiter-api/index.htmlWhat is JUnit 5?与之前的Junit版本不同,Junit5由三部分...原创 2019-09-04 16:05:57 · 430 阅读 · 0 评论