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

Update to Mockito 2.25.0 and implement InlineMockMaker. #138

Merged
merged 1 commit into from
Mar 12, 2019

Commits on Mar 11, 2019

  1. Update to Mockito 2.25.0 and impl InlineMockMaker.

    In certain specific, rare cases inline mocking causes memory leaks.
    Mockito introduced a new API to explicitly clear mock state in version
    2.25.0. To make that work we need to implement the new InlineMockMaker
    interface, hence I make this pull request.
    
    This fixes linkedin#137.
    ttanxu committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    4c414d9 View commit details
    Browse the repository at this point in the history