Add Hamcrest

This commit is contained in:
Daniel Rothmaler
2019-12-11 19:12:55 +01:00
committed by Andreas Kull
parent f3725ba639
commit 0b22458fe3

View File

@ -977,6 +977,7 @@ _Provide environments to run tests for a specific use case._
_Libraries that provide custom matchers._
- [AssertJ](https://joel-costigliola.github.io/assertj) - Fluent assertions that improve readability.
- [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent.
- [JSONAssert](http://jsonassert.skyscreamer.org) - Simplifies testing JSON strings.
- [Truth](https://truth.dev) - Google's fluent assertion and proposition framework.
- [XMLUnit](https://github.com/xmlunit/xmlunit) - Simplifies testing for XML output.