Skip to content

Latest commit

 

History

History
17 lines (6 loc) · 463 Bytes

File metadata and controls

17 lines (6 loc) · 463 Bytes

Hamcrest官网
Hamcrest Github

什么是Hamcrest? Hamcrest is a library of matchers, which can be combined in to create flexible expressions of intent in tests. They've also been used for other purposes. Hamcrest 是一个为了测试为目的,且能组合成灵活表达式的匹配器类库。他们也被用于其他用途。

Junit就是基于Hamcrest来实现