Skip to content

Commit

Permalink
Generated by gradle-git-publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
junit-builds committed Feb 4, 2024
1 parent 41f7e77 commit e334b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snapshot/user-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4654,7 +4654,7 @@ <h5 id="writing-tests-parameterized-tests-sources-ArgumentsSource"><a class="anc
</div>
<div class="paragraph">
<p>If you wish to implement a custom <code>ArgumentsProvider</code> that also consumes an annotation
(like built-in providers such as <code><a href="../api/org.junit.jupiter.params/org/junit/jupiter/params/provider/ValueArgumentsProvider.html">ValueArgumentsProvider</a></code> or <code><a href="../api/org.junit.jupiter.params/org/junit/jupiter/params/provider/CsvArgumentsProvider.html">CsvArgumentsProvider</a></code>),
(like built-in providers such as <code><a href="https://github.com/junit-team/junit5/blob/main/junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/ValueArgumentsProvider.java">ValueArgumentsProvider</a></code> or <code><a href="https://github.com/junit-team/junit5/blob/main/junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/CsvArgumentsProvider.java">CsvArgumentsProvider</a></code>),
you have the possibility to extend the <code><a href="../api/org.junit.jupiter.params/org/junit/jupiter/params/provider/AnnotationBasedArgumentsProvider.html">AnnotationBasedArgumentsProvider</a></code> class.</p>
</div>
</div>
Expand Down Expand Up @@ -5013,7 +5013,7 @@ <h5 id="writing-tests-parameterized-tests-argument-conversion-explicit"><a class
<div class="paragraph">
<p>If you wish to implement a custom <code>ArgumentConverter</code> that also consumes an annotation
(like <code>JavaTimeArgumentConverter</code>), you have the possibility to extend the
<code><a href="../api/org.junit.jupiter.params/org/junit/jupiter/params/provider/AnnotationBasedArgumentConverter.html">AnnotationBasedArgumentConverter</a></code> class.</p>
<code><a href="../api/org.junit.jupiter.params/org/junit/jupiter/params/converter/AnnotationBasedArgumentConverter.html">AnnotationBasedArgumentConverter</a></code> class.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit e334b42

Please sign in to comment.