Skip to content

Conversation

Nirvanall
Copy link
Contributor

@Nirvanall Nirvanall commented Mar 20, 2017

The link 'MockitoJUnitRunner.StrictStubs' in the 40th section in Javadoc Mockito interface is broken. I fixed it by changing
{@link MockitoJUnitRunner.StrictStubs}
to
{@link MockitoJUnitRunner.StrictStubs.class} .

@codecov-io
Copy link

Codecov Report

Merging #994 into release/2.x will decrease coverage by 0.01%.
The diff coverage is n/a.

@@                Coverage Diff                @@
##             release/2.x     #994      +/-   ##
=================================================
- Coverage          86.88%   86.86%   -0.02%     
+ Complexity          2291     2290       -1     
=================================================
  Files                287      287              
  Lines               5801     5801              
  Branches             684      684              
=================================================
- Hits                5040     5039       -1     
- Misses               570      571       +1     
  Partials             191      191
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/mockito/Mockito.java 96.55% <ø> (ø) 39 <0> (ø) ⬇️
...o/exceptions/verification/WantedButNotInvoked.java 66.66% <0%> (-33.34%) 1% <0%> (-1%)

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 ccd5e85...8b082ed. Read the comment docs.

@szpak szpak merged commit 4315da8 into mockito:release/2.x Mar 22, 2017
@szpak
Copy link
Member

szpak commented Mar 22, 2017

Hmm, I didn't know it is required for inner classes. Thanks for your finding.

@Nirvanall Nirvanall deleted the link branch March 23, 2017 13:00
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.

3 participants