From ae626b7724fd7c46644a0d36d5839f53a2634572 Mon Sep 17 00:00:00 2001 From: Sandra Parsick Date: Tue, 8 Oct 2019 21:42:30 +0200 Subject: [PATCH] Add xmlunit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13013de..e08b416 100644 --- a/README.md +++ b/README.md @@ -972,6 +972,7 @@ A curated list of awesome Java frameworks, libraries and software. - [AssertJ](https://joel-costigliola.github.io/assertj) - Fluent assertions that improve readability. - [JSONAssert](http://jsonassert.skyscreamer.org) - Simplifies testing JSON strings. - [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. +- [XMLUnit](https://github.com/xmlunit/xmlunit) - Simplifies testing for XML output. #### Miscellaneous