Skip to content

Update Mockito and JUnit#950

Merged
jabby merged 3 commits into
gitlab4j:6.xfrom
jmini:update-mockito
Jun 13, 2023
Merged

Update Mockito and JUnit#950
jabby merged 3 commits into
gitlab4j:6.xfrom
jmini:update-mockito

Conversation

@jmini

@jmini jmini commented Apr 13, 2023

Copy link
Copy Markdown
Collaborator

This is updating Mockito and JUnit

Based on the work of @gedeffe in #943

@gedeffe

gedeffe commented Apr 13, 2023

Copy link
Copy Markdown

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

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

…lass)

Co-authored-by: Gabriel Barbier <gabriel.barbier-ext@nickel.eu>
@jmini

jmini commented Apr 13, 2023

Copy link
Copy Markdown
Collaborator Author

@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