Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@TimvdLippe
Copy link
Contributor

Fixes #2998

@codecov-commenter
Copy link

codecov-commenter commented May 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6e0c228) 85.70% compared to head (e391eda) 85.70%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #3003   +/-   ##
=========================================
  Coverage     85.70%   85.70%           
  Complexity     2876     2876           
=========================================
  Files           326      326           
  Lines          8733     8733           
  Branches       1078     1078           
=========================================
  Hits           7485     7485           
  Misses          971      971           
  Partials        277      277           
Impacted Files Coverage Δ
src/main/java/org/mockito/ArgumentMatchers.java 96.29% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@raphw raphw merged commit e90aa5e into main May 8, 2023
@raphw raphw deleted the update-argumentmatchers-javadoc branch May 8, 2023 21:39
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.

Mockito 5 any() does not match a vararg int[] argument anymore. I need to use any(int[].class) to get the ArgumentMatcher to work

4 participants