You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several links in the homepage's More info section do not bring right to their target. They bring to the right page, but to the top due to an incorrect target anchor.
Several links in the homepage's More info section do not bring right to their target. They bring to the right page, but to the top due to an incorrect target anchor.
For example,
verify()
links to:https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#verify-T-
…rather than to:
https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#verify(T)
This is also the case at least for mock() and any().
The text was updated successfully, but these errors were encountered: