Releases: openrewrite/rewrite-testing-frameworks
Releases · openrewrite/rewrite-testing-frameworks
3.3.0
What's Changed
- No
@Nested
for inner composed annotation by @rob-valor in #674 - Adopt TypeTable by @timtebeek in #676
New Contributors
- @rob-valor made their first contribution in #674
Full Changelog: v3.2.0...v3.3.0
3.2.0
What's Changed
- Feat find unit tests by @justine-gehring in #669
- Feat add access to acc ai rewrite comprehension by @justine-gehring in #671
- Add mockito-junit-jupiter when using runner in JUnit 4 by @promanenko in #670
New Contributors
- @justine-gehring made their first contribution in #669
- @promanenko made their first contribution in #670
Full Changelog: v3.1.0...v3.2.0
3.1.0
What's Changed
- Create a LICENSE folder by @timtebeek in #666
- Suppress mutable execution context warnings for now by @timtebeek in #668
- Add
org.mockito:mockito-junit-jupiter:3.x
in explicit test scope by @MBoegers in #667
New Contributors
Full Changelog: v3.0.0...v3.1.0
3.0.0
What's Changed
- add Mockito1to4MigrationTest by @sullis in #651
- Add recipe for replacing deprecated method AbstractDateAssert by @kthoms in #655
- Add recipes for migrating Arquillian from JUnit 4 to JUnit 5. by @jamezp in #654
- Add
Mockito1to5MigrationTest
to verify dependencies are upgraded by @sullis in #656 - improve assertions in Mockito1to5MigrationTest by @sullis in #657
- refactor: Enum values should be compared with "==" by @timtebeek in #658
- refactor: Remove expired suppressions by @lkerford in #659
- [660] Use the correct implementation of the MethodOrderer for the @te… by @jamezp in #661
New Contributors
- @kthoms made their first contribution in #655
- @jamezp made their first contribution in #654
- @lkerford made their first contribution in #659
Full Changelog: v2.24.0...v3.0.0
2.24.0
What's Changed
- Add AssertJ dependency if using Hamcrest by @timtebeek in #648
- Migration from Easymock to Mockito by @jevanlingen in #639
- Migrate Hamcrest to JUnit 5 by @matusmatokpt in #343
- Add recipes to migrate from TestNG to AssertJ by @ssheikin in #520
- Migrate Jmockit VerificationsInOrder to Mockito by @shivanisky in #632
- Apply the MSAL license by @jkschneider in #649
- Apply MSAL license when generating POMs by @jkschneider in #650
- AssertJ assertions not collapsed on Integer by @timo-abele in #604
New Contributors
Full Changelog: v2.23.0...v2.24.0
2.23.1
What's Changed
- OpenRewrite v8.41.1: https://github.com/openrewrite/rewrite
Full Changelog: https://github.com/openrewrite/rewrite-testing-frameworks
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
2.22.0
What's Changed
- refactor: add @nullable to methods who may return null by @nielsdebruin in #621
- Add
@MockitoSettings(strictness = ...)
based on how Mockito is used, not based on version alone by @Jenson3210 in #623 - Drop RetainStrictnessWarn; replaced with #623 by @timtebeek in #625
- Added default warn strictness if no strictness modifiers are used. by @Jenson3210 in #626
- SimplifyChainedAssertJAssertion drops method calls in replacement by @jtymes in #629
- Add JMockit's MockUp to Mockito migration by @SiBorea in #599
- Initial support for DbRider migration from junit4 to junit5 by @Jenson3210 in #627
assertInstanceOf
not converted from JUnit5 to assertJ by @timo-abele in #606- Add
VerifyZeroToNoMoreInteractions
for Mockito 2 by @jevanlingen in #631 - Added handling of org.mockito.Mockito.eq(..) when simplifying mockito matchers by @adambir in #635
- Update AssertJ recipes to current recipe code style by @jevanlingen in #633
New Contributors
- @nielsdebruin made their first contribution in #621
- @Jenson3210 made their first contribution in #623
- @jtymes made their first contribution in #629
- @SiBorea made their first contribution in #599
- @jevanlingen made their first contribution in #631
- @adambir made their first contribution in #635
Full Changelog: v2.21.0...v2.22.0
2.21.0
What's Changed
- Add recipe for replacing unnecesary Mockito#eq with direct parameters by @SanderKnauff in #615
- Jmockit mockito full verifications and Refactor tests by @shivanisky in #617
New Contributors
- @SanderKnauff made their first contribution in #615
Full Changelog: v2.20.1...v2.21.0
2.20.1
What's Changed
- JMockit to Mockito IllegalArumentException No enum constant VerificationsInOrder by @shivanisky in #616
- Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any by @yurii-yu in #610
- Migrate AssertJ Fail.fail to Assertions.fail by @timtebeek in d81cc70
- Only simplify chained AssertJ assertions with a single argument by @timtebeek in e8fca5a
Full Changelog: v2.20.0...v2.20.1