issues
search
openrewrite
/
rewrite-testing-frameworks
OpenRewrite recipes that perform common Java testing migration tasks.
83
stars
82
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Supporting arguments in PowerMockitoWhenNewToMockito
#686
greg-at-moderne
closed
6 days ago
0
Move testcontainers into TypeTable
#685
timtebeek
closed
1 week ago
0
ReplacePowerMockito to support `PowerMockito.whenNew` constructor mocking - the simplest case
#684
greg-at-moderne
closed
1 week ago
0
PowerMockito-to-Mockito to handle `whenNew`
#683
greg-at-moderne
closed
1 week ago
0
Refactor GradleUseJunitJupiter
#682
jevanlingen
closed
1 week ago
0
Retain Mockito Kotlin `whenever` as needed
#681
timtebeek
closed
2 weeks ago
0
RemoveTestPrefix should not rename to a conflicting method name
#680
protocol7
closed
2 weeks ago
2
Fix final field `@InjectMock` recipe
#679
nielsdebruin
closed
3 weeks ago
0
MockitoWhenOnStaticToMockStatic improvements
#678
jevanlingen
closed
1 week ago
0
Fix failing `warnStrictnessRuleAddMockitoSettingsWithStaticImport()`
#677
knutwannheden
closed
1 month ago
3
Adopt TypeTable
#676
timtebeek
closed
1 month ago
0
RemoveTryCatchFailBlocks triggers a Java Template parse failure
#675
kthoms
opened
1 month ago
2
No `@Nested` for inner composed annotation
#674
rob-valor
closed
1 month ago
0
Junit4 to assertj
#673
kthoms
opened
1 month ago
0
Enable JUnitAssertXXXToAssertThat for JUnit 4
#672
kthoms
opened
1 month ago
2
Feat add access to acc ai rewrite comprehension
#671
justine-gehring
closed
1 month ago
0
Add mockito-junit-jupiter when using runner in JUnit 4
#670
promanenko
closed
1 month ago
2
Feat find unit tests
#669
justine-gehring
closed
1 month ago
0
Suppress mutable execution context warnings for now
#668
timtebeek
closed
2 months ago
0
Add `org.mockito:mockito-junit-jupiter:3.x` in explicit test scope
#667
MBoegers
closed
2 months ago
1
Create a LICENSE folder
#666
timtebeek
closed
2 months ago
0
AssertionsForClassTypes import is replaced by Assertions
#665
barbulescu
closed
2 months ago
7
Code does not compile after AssertionsForClassTypes import is replaced by Assertions
#664
barbulescu
opened
2 months ago
5
Release branch; Do not merge
#663
timtebeek
closed
2 months ago
1
add more test to describe more request on jmockit requests.
#662
yuzhg
opened
2 months ago
3
[660] Use the correct implementation of the MethodOrderer for the @Te…
#661
jamezp
closed
2 months ago
0
Wrong `MethodOrderer` used when replacing the Arquillian `@InSequence` annotations
#660
jamezp
closed
2 months ago
0
refactor: Remove expired suppressions
#659
lkerford
closed
2 months ago
0
refactor: Enum values should be compared with "=="
#658
timtebeek
closed
3 months ago
0
improve assertions in Mockito1to5MigrationTest
#657
sullis
closed
3 months ago
0
Add `Mockito1to5MigrationTest` to verify dependencies are upgraded
#656
sullis
closed
3 months ago
0
Add recipe for replacing deprecated method AbstractDateAssert
#655
kthoms
closed
3 months ago
0
Add recipes for migrating Arquillian from JUnit 4 to JUnit 5.
#654
jamezp
closed
3 months ago
4
Replace `org.assertj.core.api.AbstractDateAssert#isEqualToIgnoringMillis(java.util.Date)` by `isCloseTo(Date, long)`
#653
kthoms
closed
2 months ago
3
Add recipe for migrating Arquillian tests from JUnit 4 to JUnit 5.
#652
jamezp
closed
3 months ago
3
add Mockito1to4MigrationTest
#651
sullis
closed
3 months ago
1
Apply MSAL license when generating POMs
#650
jkschneider
closed
3 months ago
0
Apply the MSAL license
#649
jkschneider
closed
3 months ago
0
Add AssertJ dependency if using Hamcrest
#648
timtebeek
closed
3 months ago
0
"MigrateHamcrestToAssertJ" recipe does not fully migrate `comparesEqualTo` matcher
#647
jtama
closed
3 months ago
3
Migrate `PowerMockito.whenNew` to Mockito `MockedConstruction`
#646
nddipiazza-ebay
opened
4 months ago
0
PowerMockitoMockStaticToMockito appears to be making for a very slow recipe runtime then crashes
#645
nddipiazza-ebay
closed
4 months ago
5
MockitoWhenOnStaticToMockStatic org.openrewrite.java.tree.J$FieldAccess is attempt to be cast to org.openrewrite.java.tree.J$Identifier
#644
nddipiazza-ebay
closed
4 months ago
2
Move HtmlUnit migrations to rewrite-testing-frameworks
#643
timtebeek
closed
4 months ago
0
Use JUnit5's `assertSame` or `assertNotSame` instead of `assertTrue(... == ...)`
#642
mccartney
closed
4 months ago
0
don't exclude junit4 for testcontainers jupiter
#641
sullis
closed
4 months ago
1
Migration from Easymock to Mockito
#639
jevanlingen
closed
3 months ago
0
ExpectedException migration does not declare variable outside of lambda
#638
FieteO
closed
4 months ago
1
JUnit 4 to 5 migration does not add the mockito-junit-jupiter dependency
#640
FieteO
closed
1 month ago
2
Add support for Junit 4 matchers on AssertionsArgumentOrder
#637
adambir
closed
4 months ago
1
Next