From: Stefan B. <no...@gi...> - 2020-11-05 14:45:36
|
Branch: refs/heads/main Home: https://github.com/xmlunit/xmlunit Commit: ab90c1d258eef3a19979e878208791a2642f1e18 https://github.com/xmlunit/xmlunit/commit/ab90c1d258eef3a19979e878208791a2642f1e18 Author: Stefan Bodewig <ste...@fr...> Date: 2020-11-05 (Thu, 05 Nov 2020) Changed paths: M xmlunit-assertj3/src/main/java/org/xmlunit/assertj3/CompareAssert.java R xmlunit-assertj3/src/main/java/org/xmlunit/assertj3/error/ComparisonFailureErrorFactory.java R xmlunit-assertj3/src/main/java/org/xmlunit/assertj3/error/ShouldBeSimilar.java M xmlunit-assertj3/src/test/java/org/xmlunit/assertj3/CompareAssertAreIdenticalTest.java Log Message: ----------- remove need for a custom AssertionErrorFactory - see #203 |