Skip to content

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

Merged
TimvdLippe merged 1 commit intomockito:mainfrom
franzwong:issue-3281
Mar 1, 2024
Merged

Fixes #3281 : Add native method to exception message of MissingMethodI…#3283
TimvdLippe merged 1 commit intomockito:mainfrom
franzwong:issue-3281

Conversation

@franzwong
Copy link
Copy Markdown
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
Copy Markdown

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.

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