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
PowerMockito `doThrow(Throwable).when(Class, String, any())` not converted to Mockito single argument `when`
#597
anand188
opened
2 months ago
5
Handle multiple blocks in JMockit Expectations
#596
yurii-yu
closed
2 months ago
4
refactor: Update Gradle wrapper
#595
shanman190
closed
2 months ago
0
Add recipes for negative variants of startsWith, endsWith, and matches
#594
Tahanima
closed
2 months ago
4
Add `MockRestServiceServer.verify` to default assertions
#593
ArloL
closed
2 months ago
2
Do not perform `JUnit4to5Migration` where TestNG is used
#592
Laurens-W
closed
2 months ago
0
Migrate JBehave `JUnitStories` to `JupiterStories`
#591
Laurens-W
closed
2 months ago
0
Move Junit 5 assertThrows to last statement in lamdba
#590
shivanisky
closed
2 months ago
4
Clear out `@MockitoSettings(strictness = Strictness.WARN)` as part of Mockito best practices
#589
timtebeek
closed
2 months ago
0
`PowerMockitoMockStaticToMockito` duplicates variables and methods when static nested class is involved
#588
Laurens-W
closed
2 months ago
0
`AssertEqualsBooleanToAssertBoolean` should not match when using non-boolean argument
#587
protocol7
closed
3 months ago
2
Add JUnit Jupiter dependency to the right scope
#586
timtebeek
closed
3 months ago
0
JUnit4 -> JUnit5 migration does not respect junit4's scope
#585
crankydillo
closed
3 months ago
6
Retain Mockito Strictness WARN when switching to JUnit 5 through `@MockitoSettings(strictness = Strictness.WARN)`
#584
Laurens-W
closed
3 months ago
0
Prevent `ExpectedExceptionToAssertThrows` from pulling variable declarations into lambda
#583
Laurens-W
closed
3 months ago
1
Convert lambda block to expression after adopting `assertThrows`
#582
shivanisky
closed
3 months ago
6
Migrate to JSpecify from OpenRewrite JSR-305 meta-annotations
#580
jkschneider
closed
3 months ago
0
Migrate to JSpecify from OpenRewrite JSR-305 meta-annotations
#579
jkschneider
closed
3 months ago
0
Migrate from OpenRewrite JSR-305 meta-annotations to JSpecify
#578
jkschneider
closed
3 months ago
0
Only add `hamcrest-junit` dependency when using `assertThat` or `assumeThat`
#577
FieteO
closed
3 months ago
4
refactor: Update Gradle wrapper
#576
shanman190
closed
3 months ago
0
org.junit.rules.ExpectedException not migrated as part of SpringBoot2JUnit4to5Migration
#581
FieteO
opened
3 months ago
6
Remove hamcrest-junit dependency in Junit4to5Migration recipe
#575
FieteO
closed
3 months ago
2
junit-jupiter-params dependency is not added for @ParameterizedTest
#574
FieteO
opened
3 months ago
8
SImplify negated chained assertions with AssertJ
#571
timtebeek
closed
2 months ago
3
Context free SimplifyAssertJAssertion
#570
timtebeek
closed
3 months ago
0
`RemoveTestPrefix` does not check if a similarly named static import exists
#569
blipper
opened
3 months ago
1
Replace confluentinc/cp-kafka with apache/kafka-native
#568
helpermethod
opened
3 months ago
1
Do not add JUnit Before/After annotations when TestNG annotations are present
#567
timtebeek
closed
2 months ago
2
Dont convert try catch fail when return
#566
Laurens-W
closed
3 months ago
0
Dont convert try catch fail when return in try body
#565
Laurens-W
closed
3 months ago
1
Remove throws from method that adopts `assertThrows`
#564
timtebeek
closed
3 months ago
2
Avoid duplicate before/after annotations in JUnit 3 to 5
#562
timtebeek
closed
3 months ago
0
In Jmockit to Mockito recipe, times=0 should be replaced with never() and times(1) should not occur
#561
shivanisky
opened
3 months ago
1
Removed unused checked exceptions, as discovered in JUnit 4 to 5 migration
#563
shivanisky
closed
3 months ago
3
Use error-prone-contrib AssertJ recipes
#559
timtebeek
closed
3 months ago
2
Convert `assertTrue(false, String)` and `assertFalse(true, String)` with `fail(String)`
#558
Laurens-W
closed
3 months ago
2
Add unit tests for JMockit Delegate to mockito migration. Also add test case for comments
#557
shivanisky
closed
3 months ago
1
Chained AssertJ assertions should be simplified to the corresponding dedicated assertion
#556
velo
closed
3 months ago
4
ExpectedExceptionToAssertThrows should not wrap single statement
#555
timtebeek
closed
4 months ago
1
Simplify toString assertion
#554
velo
closed
4 months ago
1
Jmockit Verification with no times should be migrated to atLeastOnce() in Mockito, same for JMockitExpectation with no times or result
#553
shivanisky
closed
4 months ago
7
Junit 5 assertThrows should only operate on the last statement rather than wrap the entire method body as lambda
#552
shivanisky
closed
4 months ago
4
refactor: Update Gradle wrapper
#551
shanman190
closed
4 months ago
0
Quick attempt at idomatic AssertJ assertions through Refaster
#550
timtebeek
closed
4 months ago
4
JMockit NonStrictExpectations with times should be migrated to default when without lenient(), refactor
#549
shivanisky
closed
4 months ago
0
More best pratices for AssertJ
#548
velo
closed
4 months ago
8
RemoveTryCatchFailBlocks should not rewrite try blocks that return
#547
protocol7
closed
3 months ago
2
Add migration of JMockit NonStrictExpectations blocks as well as JMockit junit 4 runner
#546
shivanisky
closed
4 months ago
3
JMockit NonStrictExpectations should be migrated to Mockito when statement
#545
shivanisky
closed
4 months ago
1
Previous
Next