Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
* <p>Using this builder ensures consistency in how failure message are formatted
* within JUnit Jupiter and for custom user-defined assertions.
*
* <h2>Extensibility</h2>
*
* <p>Although it is technically possible to extend this class, extension is
* strongly discouraged.
*
* @since 5.9
* @see AssertionFailedError
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
* {@link ArgumentsAccessor} if an error occurs while accessing
* or converting an argument.
*
* <h2>Extensibility</h2>
*
* <p>This class is designed for extension.
*
* @since 5.2
* @see ArgumentsAccessor
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
* {@link ArgumentsAggregator} when an error occurs while aggregating
* arguments.
*
* <h2>Extensibility</h2>
*
* <p>This class is designed for extension.
*
* @since 5.2
* @see ArgumentsAggregator
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
* {@link ArgumentsProvider} implementations that also need to consume an
* annotation in order to provide the arguments.
*
* <h2>Extensibility</h2>
*
* <p>This class is designed for extension.
Comment thread
mpkorstanje marked this conversation as resolved.
*
* @since 5.10
* @see org.junit.jupiter.params.ParameterizedClass
* @see org.junit.jupiter.params.ParameterizedTest
Expand Down