@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Parameterized.Parameters
Parameterized
public abstract String name
Optional pattern to derive the test's name from the parameters. Use numbers in braces to refer to the parameters or the additional data as follows:
{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.MessageFormat
Copyright © 2002-2012 JUnit. All Rights Reserved.