issues
search
openrewrite
/
rewrite-testing-frameworks
OpenRewrite recipes that perform common Java testing migration tasks.
Apache License 2.0
77
stars
73
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Migrate `PowerMockito.whenNew` to Mockito `MockedConstruction`
#646
nddipiazza-ebay
opened
1 day ago
0
PowerMockitoMockStaticToMockito appears to be making for a very slow recipe runtime then crashes
#645
nddipiazza-ebay
closed
1 day 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
1 day ago
2
Move HtmlUnit migrations to rewrite-testing-frameworks
#643
timtebeek
closed
4 days ago
0
Use JUnit5's `assertSame` or `assertNotSame` instead of `assertTrue(... == ...)`
#642
mccartney
closed
1 week ago
0
don't exclude junit4 for testcontainers jupiter
#641
sullis
closed
1 week ago
1
Migration from easymock to mockito
#639
jevanlingen
opened
2 weeks ago
0
ExpectedException migration does not declare variable outside of lambda
#638
FieteO
closed
2 weeks ago
1
JUnit 4 to 5 migration does not add the mockito-junit-jupiter dependency
#640
FieteO
opened
2 weeks ago
2
Add support for Junit 4 matchers on AssertionsArgumentOrder
#637
adambir
closed
1 week ago
1
AssertionsArgumentOrder does not work with Junit 4 assertions
#636
adambir
closed
1 week ago
1
Added handling of org.mockito.Mockito.eq(..) when simplifying mockito matchers
#635
adambir
closed
3 weeks ago
1
SimplifyMockitoVerifyWhenGiven does not replace org.mockito.Mockito(..)
#634
adambir
closed
3 weeks ago
0
Update AssertJ recipes to current recipe code style
#633
jevanlingen
closed
3 weeks ago
0
Migrate Jmockit VerificationsInOrder to Mockito
#632
shivanisky
opened
3 weeks ago
0
Add `VerifyZeroToNoMoreInteractions` for Mockito 2
#631
jevanlingen
closed
3 weeks ago
1
Incorrect migration path from `verifyZeroInteractions()` to `verifyNoInteractions()` in Mockito 3.x
#630
DivyaMaddipudi
closed
3 weeks ago
1
SimplifyChainedAssertJAssertion drops method calls in replacement
#629
jtymes
closed
3 weeks ago
1
SimplifyChainedAssertJAssertion drops method call in replacement
#628
jtymes
closed
3 weeks ago
2
Initial support for DbRider migration from junit4 to junit5
#627
Jenson3210
closed
3 weeks ago
2
Added default warn strictness if no strictness modifiers are used.
#626
Jenson3210
closed
3 weeks ago
0
Drop RetainStrictnessWarn; replaced with #623
#625
timtebeek
closed
4 weeks ago
0
DBRider support
#624
Jenson3210
closed
3 weeks ago
4
Add `@MockitoSettings(strictness = ...)` based on how Mockito is used, not based on version alone
#623
Jenson3210
closed
4 weeks ago
7
The default strictness did not change until v4
#622
Jenson3210
closed
4 weeks ago
0
refactor: add @Nullable to methods who may return null
#621
nielsdebruin
closed
1 month ago
0
refactor: Annotate methods which may return `null` with `@Nullable`
#620
nielsdebruin
closed
1 month ago
0
ClassCastException when using JMockitBlockToMockito
#619
xanaxan
opened
1 month ago
4
org.openrewrite.java.testing.junit5.AssertThrowsOnLastStatement: NullPointer when Body is null
#618
timo-a
closed
1 month ago
3
Jmockit mockito full verifications and Refactor tests
#617
shivanisky
closed
1 month ago
0
JMockit to Mockito IllegalArumentException No enum constant VerificationsInOrder
#616
shivanisky
closed
1 month ago
0
Add recipe for replacing unnecesary Mockito#eq with direct parameters
#615
SanderKnauff
closed
1 month ago
1
Matcher assumeTrue ends up nested in assertThrows
#614
seraco
closed
1 month ago
1
update to latest error prone to remove protobuf-java@3.19.2 vulnerability
#613
natedanner
closed
1 month ago
0
`PowerMockitoMockStaticToMockito` should not remove existing `mockStatic` initializer
#612
Laurens-W
closed
1 month ago
1
`Mockito.mockStatic` unexpectedly removed in rewrite-testing-frameworks:2.19.0
#611
protocol7
closed
1 month ago
2
Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any
#610
yurii-yu
closed
1 month ago
3
refactor: Update Gradle wrapper
#609
shanman190
closed
2 months ago
0
refactor: Operator wrapping on end of line
#608
timtebeek
closed
2 months ago
0
JUnit5's assertInstanceOf is not converted to AssertJ equivalent
#607
timo-abele
opened
2 months ago
2
`assertInstanceOf` not converted from JUnit5 to assertJ
#606
timo-abele
closed
3 weeks ago
1
`CollapseConsecutiveAssertThatStatements` does not work on `Integers` (possibly only on `List`s?)
#605
timo-abele
opened
2 months ago
0
AssertJ assertions not collapsed on Integer
#604
timo-abele
opened
2 months ago
3
Bugfix/multiple curly braces in one verification block
#603
yurii-yu
closed
2 months ago
3
Include `ReplacePowerMockito` with `Mockito1to3Migration` again
#602
timtebeek
closed
2 months ago
0
Refactor `Mockito.when` on static (non mock) to try with resource
#601
Laurens-W
closed
2 months ago
3
When upgrading mockito also upgrade potential byte buddy dependencies
#600
Laurens-W
closed
2 months ago
1
Add JMockit's MockUp to Mockito migration
#599
SiBorea
closed
3 weeks ago
40
Add JMockit's MockUp to Mockito migration
#598
SiBorea
closed
2 months ago
0
PowerMockito `doThrow(Throwable).when(Class, String, any())` not converted to Mockito single argument `when`
#597
anand188
opened
2 months ago
5
Next