Add xmlunit

This commit is contained in:
Sandra Parsick
2019-10-08 21:42:30 +02:00
committed by Andreas Kull
parent 177bb9a775
commit ae626b7724

View File

@ -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