Releases: openrewrite/rewrite-testing-frameworks
Releases · openrewrite/rewrite-testing-frameworks
3.5.1
What's Changed
- OpenRewrite v8.49.0: https://github.com/openrewrite/rewrite
Full Changelog: https://github.com/openrewrite/rewrite-testing-frameworks
3.5.0
What's Changed
- Retain Mockito Kotlin
whenever
as needed by @timtebeek in #681 - Refactor GradleUseJunitJupiter by @jevanlingen in #682
- MockitoWhenOnStaticToMockStatic improvements by @jevanlingen in #678
- ReplacePowerMockito to support
PowerMockito.whenNew
constructor mocking - the simplest case by @greg-at-moderne in #684 - Move testcontainers into TypeTable by @timtebeek in #685
- Supporting arguments in PowerMockitoWhenNewToMockito by @greg-at-moderne in #686
New Contributors
- @greg-at-moderne made their first contribution in #684
Full Changelog: v3.4.0...v3.5.0
3.4.0
What's Changed
- Fix final field
@InjectMock
recipe by @nielsdebruin in #679
Full Changelog: v3.3.0...v3.4.0
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