Skip to content

Update Mockito and JUnit #950

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

Merged
merged 3 commits into from
Jun 13, 2023
Merged

Update Mockito and JUnit #950

merged 3 commits into from
Jun 13, 2023

Conversation

jmini
Copy link
Collaborator

@jmini jmini commented Apr 13, 2023

This is updating Mockito and JUnit

Based on the work of @gedeffe in #943

@gedeffe
Copy link

gedeffe commented Apr 13, 2023

Hello @jmini ,
There is global replace to do with new libraries:

Mockito.<Object>any() ==> Mockito.any(Object[].class)

@jmini
Copy link
Collaborator Author

jmini commented Apr 13, 2023

@gedeffe thank you very much for the hint!

Apply replacement:
* "Mockito.<Object>any()" => "Mockito.any(Object[].class)"
@jabby jabby merged commit aea03d3 into gitlab4j:6.x Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants