AssertJ摘要
Posted simplify20
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AssertJ摘要相关的知识,希望对你有一定的参考价值。
AssertJ使用指南:
整理自AssertJ官网
重要概念
- Assertion Generator
自动生成Assert类
- 模板(类,方法)
定义生成的类或方法的格式 - 构建
Generator
- 模板(类,方法)
- Assert类
模板生成或者使用API - 入口类
工厂类,用于产生不同类型的Assert类 - SoftAssert
Using soft assertions, AssertJ collects all assertion errors instead of stopping at the first one.
JUnitSoftAssertions:use in JUnit
-
Assertions provided by AssertJ can be extended by using conditions
- API
UriAssert,ListAssert,DateAssert,MapAssert,Condition
QuickStart
Gradle
testCompile 'org.assertj:assertj-core:2.2.0'
以上是关于AssertJ摘要的主要内容,如果未能解决你的问题,请参考以下文章
使用 assertJ 命令 (TestNG + assertJ Swing) 调用时,swing 应用程序会立即打开和关闭