Skip to content

Releases: openrewrite/rewrite-testing-frameworks

2.1.5

21 Dec 14:29
6a9f229
Compare
Choose a tag to compare

What's Changed

  • Also swap assertNull and assertNotNull argument order by @timtebeek in #440
  • Do not change visibility in UpdateTestAnnotation; use TestsShouldNotBePublic instead by @magicwerk in #442
  • AddMissingTestBeforeAfterAnnotations recipe for overridden JUnit test methods by @magicwerk in #444

New Contributors

Full Changelog: v2.1.4...v2.1.5

2.1.4

08 Dec 13:50
Compare
Choose a tag to compare

Full Changelog: v2.1.3...v2.1.4

2.1.3

08 Dec 11:00
c237a18
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Mockito 5 and remove mockito-inline by @timtebeek in #439

Full Changelog: v2.1.2...v2.1.3

2.1.2

04 Dec 20:56
0e44bf7
Compare
Choose a tag to compare

What's Changed

  • Rewrite testcontainers to use explicit image and version by @timtebeek in #433
  • refactor: Update Gradle wrapper to 8.5 by @timtebeek in #437

Full Changelog: v2.1.1...v2.1.2

2.1.1

25 Nov 11:44
598d7cd
Compare
Choose a tag to compare

What's Changed

  • Don't remove mockStatic() calls in resources of try-with-resources by @knutwannheden in #426
  • Replace Hamcrest CoreMatchers as well using wildcards by @timtebeek in #425
  • Fixes broken testcontainer dependencies after JUnit4to5Migration by @simonzn in #430
  • feature: ArchUnit 0.x to 1.x migration by @SimonVerhoeven in #432

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

11 Nov 01:36
cb59832
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 8.9.0
  • JMockit to Mockito Recipe - Handle Argument Matchers and Void Methods by @tinder-dthomson in #419
  • JMockit to Mockito Recipe - Handle Typed Class Argument Matching and Collections by @tinder-dthomson in #420
  • Remove test prefix with JUnit best practices by @timtebeek in #424

Full Changelog: v2.0.13...v2.1.0

v2.0.13

27 Oct 23:55
455f682
Compare
Choose a tag to compare

What's Changed

  • JMockit to Mockito Migration Recipe - Rewrite Expectations Block by @tinder-dthomson in #415
  • feat: add mockito dependency if needed by @SimonVerhoeven in #416
  • Refactor assertEquals(<boolean-literal>, …) and assertNotEquals(<boolean-literal>, …) to assertTrue or assertFalse by @ammachado in #417
  • Jmockit Expectations - Handle Additional Cases by @tinder-dthomson in #418

New Contributors

Full Changelog: v2.0.12...v2.0.13

v2.0.12

03 Oct 03:01
6e58483
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.11...v2.0.12

2.0.11

12 Sep 14:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.10...v2.0.11

v2.0.10

24 Aug 20:23
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 8.4.0
  • Resolve issues with SimplifyChainedAssertJAssertion by @AlekSimpson in #399

Full Changelog: v2.0.9...v2.0.10