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 #2201 : Fixed checking of declared exceptions. #2547

Merged
merged 2 commits into from Jan 26, 2022

Commits on Jan 23, 2022

  1. Fixes mockito#2201 : Fixed checking of declared exceptions. In case w…

    …hen parent contains throws keyword on its method and child overrides this method removing throws, it should be possible to mock throwing exception from child
    Andrey Kozel committed Jan 23, 2022
    Copy the full SHA
    d86cb6b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Fixes mockito#2201 : Code review fixes

    Andrey Kozel committed Jan 26, 2022
    Copy the full SHA
    792da83 View commit details
    Browse the repository at this point in the history