We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2876b commit 5c00088Copy full SHA for 5c00088
junit-jupiter-params/src/main/java/org/junit/jupiter/params/ParameterizedTest.java
@@ -193,7 +193,9 @@
193
* </ul>
194
*
195
* <p>For the latter, you may use {@link java.text.MessageFormat} patterns
196
- * to customize formatting.
+ * to customize formatting. Please note that the original arguments are
197
+ * passed when formatting, regardless of any implicit or explicit argument
198
+ * conversions.
199
200
* @see java.text.MessageFormat
201
*/
0 commit comments