@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Parameterized.Parameters
Parameterized. The method has to
be public and static.public abstract String name
{index} - the current parameter index
{0} - the first parameter value
{1} - the second parameter value
etc...
Default value is "{index}" for compatibility with previous JUnit versions.
MessageFormat pattern string, except the index
placeholder.MessageFormatCopyright © 2002–2020 JUnit. All rights reserved.