Releases: openrewrite/rewrite-testing-frameworks
Releases · openrewrite/rewrite-testing-frameworks
2.1.5
What's Changed
- Also swap assertNull and assertNotNull argument order by @timtebeek in #440
- Do not change visibility in
UpdateTestAnnotation
; useTestsShouldNotBePublic
instead by @magicwerk in #442 AddMissingTestBeforeAfterAnnotations
recipe for overridden JUnit test methods by @magicwerk in #444
New Contributors
- @magicwerk made their first contribution in #442
Full Changelog: v2.1.4...v2.1.5
2.1.4
Full Changelog: v2.1.3...v2.1.4
2.1.3
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
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
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
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
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>, …)
andassertNotEquals(<boolean-literal>, …)
toassertTrue
orassertFalse
by @ammachado in #417 - Jmockit Expectations - Handle Additional Cases by @tinder-dthomson in #418
New Contributors
- @tinder-dthomson made their first contribution in #415
- @ammachado made their first contribution in #417
Full Changelog: v2.0.12...v2.0.13
v2.0.12
What's Changed
- Adopt AssertJ duration assertions by @AlekSimpson in #401
- Bugfix/358 powermock by @nmck257 in #409
- fix: update used FindImports constructor to not match inherited by @SimonVerhoeven in #411
New Contributors
- @SimonVerhoeven made their first contribution in #411
Full Changelog: v2.0.11...v2.0.12
2.0.11
v2.0.10
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