Skip to content

Commit

Permalink
Publish javadoc/2.4-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
Spock Framework Robot committed Jan 7, 2025
1 parent 3e9ea92 commit fc466d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions javadoc/2.4-M5/spock/mock/MockMakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h3>mockito</h3>
<li><code>FINAL_CLASS</code></li>
<li><code>FINAL_METHOD</code></li>

<p>It uses <a href="https://javadoc.io/doc/org.mockito/mockito-core/5.14.2/org/mockito/MockMakers.html#INLINE" title="class or interface in org.mockito" class="external-link"><code>MockMakers.INLINE</code></a> under the hood,
<p>It uses <a href="https://javadoc.io/doc/org.mockito/mockito-core/5.15.2/org/mockito/MockMakers.html#INLINE" title="class or interface in org.mockito" class="external-link"><code>MockMakers.INLINE</code></a> under the hood,
please see the Mockito manual for all pros and cons, when using <code>MockMakers.INLINE</code>.</div>
</section>
</li>
Expand Down Expand Up @@ -244,11 +244,11 @@ <h3>mockito</h3>
<li><code>FINAL_CLASS</code></li>
<li><code>FINAL_METHOD</code></li>

<p>It uses <a href="https://javadoc.io/doc/org.mockito/mockito-core/5.14.2/org/mockito/MockMakers.html#INLINE" title="class or interface in org.mockito" class="external-link"><code>MockMakers.INLINE</code></a> under the hood,
<p>It uses <a href="https://javadoc.io/doc/org.mockito/mockito-core/5.15.2/org/mockito/MockMakers.html#INLINE" title="class or interface in org.mockito" class="external-link"><code>MockMakers.INLINE</code></a> under the hood,
please see the Mockito manual for all pros and cons, when using <code>MockMakers.INLINE</code>.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>settingsCode</code> - the code to execute to configure <a href="https://javadoc.io/doc/org.mockito/mockito-core/5.14.2/org/mockito/MockSettings.html" title="class or interface in org.mockito" class="external-link"><code>MockSettings</code></a> for further configuration of the mock to create</dd>
<dd><code>settingsCode</code> - the code to execute to configure <a href="https://javadoc.io/doc/org.mockito/mockito-core/5.15.2/org/mockito/MockSettings.html" title="class or interface in org.mockito" class="external-link"><code>MockSettings</code></a> for further configuration of the mock to create</dd>
</dl>
</section>
</li>
Expand Down

0 comments on commit fc466d5

Please sign in to comment.