-
Notifications
You must be signed in to change notification settings - Fork 73
Issues: openrewrite/rewrite-testing-frameworks
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
JUnit 4 to 5 migration does not add the mockito-junit-jupiter dependency
bug
Something isn't working
good first issue
Good for newcomers
#640
opened Nov 8, 2024 by
FieteO
AssertionsArgumentOrder does not work with Junit 4 assertions
bug
Something isn't working
#636
opened Nov 6, 2024 by
adambir
ClassCastException when using JMockitBlockToMockito
bug
Something isn't working
#619
opened Oct 24, 2024 by
xanaxan
JUnit5's assertInstanceOf is not converted to AssertJ equivalent
assertj
bug
Something isn't working
#607
opened Sep 21, 2024 by
timo-abele
CollapseConsecutiveAssertThatStatements
does not work on Integers
(possibly only on List
s?)
assertj
enhancement
#605
opened Sep 21, 2024 by
timo-abele
PowerMockito New feature or request
mockito
recipe
Recipe request
doThrow(Throwable).when(Class, String, any())
not converted to Mockito single argument when
enhancement
#597
opened Sep 10, 2024 by
anand188
RemoveTestPrefix
does not check if a similarly named static import exists
bug
#569
opened Aug 9, 2024 by
blipper
Replace confluentinc/cp-kafka with apache/kafka-native
good first issue
Good for newcomers
recipe
Recipe request
#568
opened Aug 9, 2024 by
helpermethod
In Jmockit to Mockito recipe, times=0 should be replaced with never() and times(1) should not occur
enhancement
New feature or request
good first issue
Good for newcomers
mockito
#561
opened Aug 7, 2024 by
shivanisky
Convert JMockit Recipe request
@Tested
and Deencapsulation
when migrating to Mockito
mockito
recipe
#522
opened Jun 13, 2024 by
timtebeek
Mockito: Recipe to replace initMocks with openMocks
mockito
recipe
Recipe request
#512
opened Apr 25, 2024 by
lucashan
JUnitAssertThrowsToAssertExceptionType
does not convert cases where executable
is a variable
assertj
bug
#511
opened Apr 23, 2024 by
timtebeek
Issue discovered on Something isn't working
core/src/testFixtures/java/org/assertj/core/api/IdListAssert.java
with Simplify AssertJ chained assertions
assertj
bug
#509
opened Apr 19, 2024 by
timtebeek
JMockit to Mockito - rewrite expectation results with the correct type
enhancement
New feature or request
mockito
#508
opened Apr 17, 2024 by
kernanj
Trying to run open rewrite to migrate jmockit to mockito
bug
Something isn't working
mockito
question
Further information is requested
#503
opened Apr 13, 2024 by
rajjaiswalsaumya
UpdateBeforeAfterAnnotations does not check for existing target annotations
bug
Something isn't working
#501
opened Apr 2, 2024 by
timo-abele
convert Recipe request
.hasSize(list2.size())
into .hasSameSizeAs(list2)
assertj
recipe
#465
opened Jan 18, 2024 by
timo-abele
Migrating from Fest 2.x to AssertJ to avoid ambiguous references to Something isn't working
good first issue
Good for newcomers
recipe
Recipe request
assertThat
assertj
bug
#463
opened Jan 18, 2024 by
timo-abele
RemoveTestPrefix should also remove prefixes of implicitly referenced @MethodSource methods
enhancement
New feature or request
#462
opened Jan 16, 2024 by
koppor
Edge case: junit5.StaticImports should respect existing Something isn't working
assertEquals
bug
#459
opened Jan 15, 2024 by
koppor
TestsShouldNotBePublic
should reduce visibility if used elsewhere in Javadoc links
bug
#458
opened Jan 15, 2024 by
koppor
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.