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

Document using @Mock with method parameters #1961

Merged
merged 1 commit into from Jun 29, 2020

Commits on Jun 29, 2020

  1. Document using @Mock with method parameters

    Although we've called it out in the [JUnit extension], we should also
    make sure it's clear in the core documentation to make it more visible.
    
    We can fully-quality the `@Test` annotation to make clear that it has to
    be with JUnit 5.
    
    Closes mockito#1960.
    
    [JUnit extension]: https://javadoc.io/doc/org.mockito/mockito-junit-jupiter/latest/org/mockito/junit/jupiter/MockitoExtension.html
    jamietanna committed Jun 29, 2020
    Copy the full SHA
    87be4b1 View commit details
    Browse the repository at this point in the history