Skip to content

Commit

Permalink
Fixed minor docs issue - missing closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
szczepiq committed Jul 23, 2011
1 parent f00919a commit c3e32a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.9-rc1/org/mockito/Mockito.html
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ <h3 id="23">23. (**New**) Automatic instantiation of &#064;Spies, &#064;InjectMo
&#064;InjectMocks LocalPub;
</pre>

<h3 id="24">24. (**New**) One-liner stubs (Since 1.9)
<h3 id="24">24. (**New**) One-liner stubs (Since 1.9)</h3>
<p>
Mockito will now allow you to create mocks when stubbing.
Basically, it allows to create a stub in one line of code.
Expand All @@ -813,7 +813,7 @@ <h3 id="24">24. (**New**) One-liner stubs (Since 1.9)
&#064;Test public void should... {}
</pre>

<h3 id="25">25. Verification ignoring stubs (Since 1.9)
<h3 id="25">25. Verification ignoring stubs (Since 1.9)</h3>
<p>
Mockito will now allow to ignore stubbing for the sake of verification.
Sometimes useful when coupled with verifyNoMoreInteractions() or verification inOrder().
Expand Down

0 comments on commit c3e32a2

Please sign in to comment.