2.23.0
What's Changed
- don't exclude junit4 for testcontainers jupiter by @sullis in #641
- Use JUnit5's
assertSame
orassertNotSame
instead ofassertTrue(... == ...)
by @mccartney in #642 - Add support for Junit 4 matchers on AssertionsArgumentOrder by @adambir in #637
- Move HtmlUnit migrations to rewrite-testing-frameworks by @timtebeek in #643
New Contributors
- @mccartney made their first contribution in #642
Full Changelog: v2.22.0...v2.23.0