Skip to content
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

Fixes #3281 : Add native method to exception message of MissingMethodI… #3283

Merged
merged 1 commit into from Mar 1, 2024

Conversation

franzwong
Copy link
Contributor

@franzwong franzwong commented Mar 1, 2024

Fixes #3281

It's just a small update on the exception message.

Checklist

  • Read the contributing guide
  • PR should be motivated, i.e. what does it fix, why, and if relevant how
  • If possible / relevant include an example in the description, that could help all readers
    including project members to get a better picture of the change
  • Avoid other runtime dependencies
  • Meaningful commit history ; intention is important please rebase your commit history so that each
    commit is meaningful and help the people that will explore a change in 2 years
  • The pull request follows coding style
  • Mention Fixes #<issue number> in the description if relevant
  • At least one commit should mention Fixes #<issue number> if relevant

@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.33%. Comparing base (8431ae2) to head (cdb5445).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #3283   +/-   ##
=========================================
  Coverage     85.33%   85.33%           
  Complexity     2923     2923           
=========================================
  Files           336      336           
  Lines          8906     8906           
  Branches       1108     1108           
=========================================
  Hits           7600     7600           
  Misses         1013     1013           
  Partials        293      293           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TimvdLippe TimvdLippe merged commit ea6ff8c into mockito:main Mar 1, 2024
18 checks passed
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.

MissingMethodInvocationException is thrown when mocking native method in 5.x
3 participants