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

Support mocking non-accessible parent methods #785

Merged
merged 1 commit into from Feb 7, 2022

Commits on Feb 2, 2022

  1. Support mocking non-accessible parent methods

    - Add support for mocking non-accessible parent methods using Mockk
    - The class being mocked is always searched first for the specified
      method, then all superclasses are checked in no specific order. If
      multiple superclasses have matching signatures for the method then
      there is no guarantee which will be mocked first.
    - Fixes mockk#425
    npars committed Feb 2, 2022
    Copy the full SHA
    9741290 View commit details
    Browse the repository at this point in the history