From 0b22458fe39824ff45270fcb8a5b7ba6bb3864aa Mon Sep 17 00:00:00 2001 From: Daniel Rothmaler Date: Wed, 11 Dec 2019 19:12:55 +0100 Subject: [PATCH] Add Hamcrest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43fa55d..8c695cb 100644 --- a/README.md +++ b/README.md @@ -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.