@Retention(RUNTIME) @Target(METHOD) public static @interface ParameterizedRobolectricTestRunner.Parameters
Parameterized
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.MessageFormat