Skip to content

Commit 5c00088

Browse files
committed
Document arguments passed to MessageFormat
Resolves #2398.
1 parent 0c2876b commit 5c00088

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

junit-jupiter-params/src/main/java/org/junit/jupiter/params/ParameterizedTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@
193193
* </ul>
194194
*
195195
* <p>For the latter, you may use {@link java.text.MessageFormat} patterns
196-
* to customize formatting.
196+
* to customize formatting. Please note that the original arguments are
197+
* passed when formatting, regardless of any implicit or explicit argument
198+
* conversions.
197199
*
198200
* @see java.text.MessageFormat
199201
*/

0 commit comments

Comments
 (0)