Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document using
@Mock
with method parameters (mockito#1961)
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
- Loading branch information