-
Notifications
You must be signed in to change notification settings - Fork 354
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
migrate to mockito 3 #753
migrate to mockito 3 #753
Conversation
pitest-entry/src/test/java/org/pitest/mutationtest/incremental/IncrementalAnalyserTest.java
Outdated
Show resolved
Hide resolved
pitest-entry/src/test/java/org/pitest/mutationtest/config/CompoundListenerFactoryTest.java
Outdated
Show resolved
Hide resolved
pitest-maven/src/test/java/org/pitest/maven/MojoToReportOptionsConverterTest.java
Show resolved
Hide resolved
pitest/src/test/java/org/pitest/coverage/execute/DependencyFilterTest.java
Outdated
Show resolved
Hide resolved
# Conflicts: # pitest-entry/src/test/java/org/pitest/mutationtest/incremental/IncrementalAnalyserTest.java
@StefanPenndorf, @hcoles I've fixed all your comments. |
I've updated mockito to the latest version 3.6.28 |
# Conflicts: # pitest-entry/src/test/java/org/pitest/mutationtest/build/MutationSourceTest.java # pitest-entry/src/test/java/org/pitest/mutationtest/tooling/JarCreatingJarFinderTest.java # pitest-maven/src/test/java/org/pitest/maven/MojoToReportOptionsConverterTest.java # pitest-maven/src/test/java/org/pitest/maven/PitMojoTest.java # pitest/src/test/java/org/pitest/mutationtest/execute/MutationTimeoutDecoratorTest.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Conflicts: # pitest-entry/src/test/java/org/pitest/mutationtest/config/CompoundListenerFactoryTest.java
@hcoles could you merge the changes? if you have no objections, of course |
Hi @AlexElin, thanks for the MR and sorry for the long delay. Fortunately I finally have a bit of time available for pitest. |
migrate to mockito 3: update versions, fix tests and deprecated API usage.