Skip to content

Releases: openrewrite/rewrite-testing-frameworks

1.19.0

23 Mar 21:25
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.20.0
  • Update UpdateTestAnnotation to convert expected exception Test.None to assertDoesNotThrow #191
  • Remove junit-vintage-engine dependency as part of the JUnit4to5Migration #192

Full Changelog: v1.18.0...v1.19.0

1.18.0

26 Feb 00:40
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.18.0

1.17.0

10 Feb 16:21
90e2f6c
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite version 7.18.0

Full Changelog: v1.16.0...v1.17.0

1.16.0

07 Jan 21:59
Compare
Choose a tag to compare

Enhancements

  • Updated with rewrite version 7.17.0
  • Update RunnerToExtension to only create a JavaTemplate when necessary. 6d15f2d

Fixes

  • Update RunnerToExtension to apply changes to more than unit tests. 8844334
  • Enhance UpdateTestAnnotation to reduce test method visibility when possible. Also, refactor for performance 5f48484
  • Update assertj.yml JUnitAssertThrowsToAssertExceptionType recipe reference in org.openrewrite.java.testing.assertj.JUnitToAssertj #179

Full Changelog: v1.15.1...v1.16.0

1.15.1

28 Oct 07:21
Compare
Choose a tag to compare

Fixes

  • Remove unneeded debug logging 33d8918

1.15.0

26 Oct 20:16
b4fcf3b
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite version 7.16.0
  • Add Mockito3to4Migration recipe. 3397a95
  • TestsShouldNotBePublic: ignore overridden public test method (#178)
  • Remove wiremock-jre8 from runtime classpath and use stubs instead 5b08e82
  • Add migrate deprecated mockito 3 types and methods to their mockito 4 equivalents. (#176)
  • Configure build and tests for multiple mockito versions. (#174)
  • Add recipe for converting JUnit#assertThrows to AssertJ#AssertExceptionType. (#171) (#172)

Fixes:

  • refactor replace ThreadLocal JavaParsers with Supplier (#177)
  • Update ParameterizedRunnerToParameterized to pass tree elements to the JavaTemplate rather than as part of the template string by printing them. e2ff63e

1.14.0

05 Oct 17:16
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite version 7.15.0
  • Rewrite WireMockRule usage to WireMockExtension (fixes #170)

Fixes:

  • Added RSPEC tags for recipe TestsShouldNotBePublic (#169)

1.13.1

14 Sep 18:25
Compare
Choose a tag to compare

Fixes:

  • Update MockUtilsToStatic MockUtil constructor method matcher.

1.13.0

14 Sep 16:56
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite version 7.14.0

1.12.0

03 Sep 20:30
c98b11e
Compare
Choose a tag to compare

Enhancements:

  • Updated with rewrite 7.13.0