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 #1211: Improve @deprecated JavaDoc #1214

Merged
merged 1 commit into from Oct 20, 2017
Merged

Fixes #1211: Improve @deprecated JavaDoc #1214

merged 1 commit into from Oct 20, 2017

Conversation

ghost
Copy link

@ghost ghost commented Oct 20, 2017

This pull request fixes #1211 by improving the @deprecated JavaDoc of Mockito.debug(), MockitoDebugger and MockitoDebugger.printInvocations(Object ... mocks) by adding the additional information on how to retrieve an actual instance of the MockitoDebugger interface.

@codecov-io
Copy link

Codecov Report

Merging #1214 into release/2.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             release/2.x    #1214   +/-   ##
==============================================
  Coverage          87.32%   87.32%           
  Complexity          2304     2304           
==============================================
  Files                287      287           
  Lines               5855     5855           
  Branches             696      696           
==============================================
  Hits                5113     5113           
  Misses               555      555           
  Partials             187      187
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/mockito/Mockito.java 96.55% <ø> (ø) 39 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d25b75c...5e0e0c9. Read the comment docs.

@TimvdLippe TimvdLippe merged commit f4c448e into mockito:release/2.x Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve @deprecated JavaDoc of MockitoDebugger
2 participants