Skip to content

Releases: openrewrite/rewrite-testing-frameworks

3.23.0

05 Dec 11:20

Choose a tag to compare

What's Changed

  • Add @ExtendWith(MockitoExtension.class) Test using Mockito Annotations by @MBoegers in #848
  • Add troubleshooting context info when ParseError encountered in GradleUseJunitJupiter by @greg-at-moderne in #852
  • Fix/850 testcontainers2 migration only springboot4 by @Thomas-Iapichino in #854
  • Fixed the expectation to be correctly spaced + formatted args by @Jenson3210 in #855
  • Simplify redundant AssertJ chains of hasSize and containsExactly by @timtebeek in #857
  • Simplify AssertJ stream().map(Function) to extracting(Function) by @timtebeek in #856
  • AssertThrowsOnLastStatement: Support calls with lambda parameters by @knutwannheden in #859
  • Fix bugs in HamcrestMatcherToAssertJ and HamcrestIsMatcherToAssertJ by @knutwannheden in #863
  • HamcrestMatcherToAssertJ: isNull() and isNotNull() take no args by @knutwannheden in #864
  • Fix variable name conflict in JMockit to Mockito migration by @knutwannheden in #865

New Contributors

Full Changelog: v3.22.0...v3.23.0

3.22.0

20 Nov 12:20

Choose a tag to compare

What's Changed

  • Upgrade mockwebserver to latest 5.x version by @busches in #846

New Contributors

Full Changelog: v3.21.3...v3.22.0

v3.21.3

12 Nov 18:53

Choose a tag to compare

What's Changed

  • fix: add Mockito.anyObject() alias to Mockito 1-to-3 migration by @rshvashisht in #842
  • Add guava-33 type table entry for AssertJIterableRulesRecipes from EPS by @timtebeek in #843
  • Convert Testcontainers @Rule/@ClassRule to JUnit 5 @Container and add @Testcontainers by @jc65536 in #838

New Contributors

Full Changelog: v3.21.2...v3.21.3

v3.21.2

05 Nov 14:39
4a3bf4e

Choose a tag to compare

What's Changed

  • Depend on rewrite-third-party for the type table entries by @timtebeek in #841

Full Changelog: v3.21.1...v3.21.2

v3.21.1

05 Nov 13:41
111daea

Choose a tag to compare

What's Changed

Full Changelog: v3.21.0...v3.21.1

3.21.0

04 Nov 15:13

Choose a tag to compare

What's Changed

Full Changelog: v3.20.0...v3.21.0

3.20.0

22 Oct 12:22
1a882f4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.19.0...v3.20.0

3.19.0

10 Oct 17:54
db52d28

Choose a tag to compare

What's Changed

Full Changelog: v3.18.0...v3.19.0

v3.18.0

02 Oct 16:09
d5f6839

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.17.0...v3.18.0

3.17.0

24 Sep 13:03
ec20403

Choose a tag to compare

What's Changed

  • Adjusting recognition of floats and doubles with regards to AssertJ assertions, given JavaTemplate.Matcher changes around matching X.0 style numbers. by @steve-aom-elliott in #816
  • Create test type table for formerly included jars by @timtebeek in #817

Full Changelog: v3.16.3...v3.17.0