|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Parameterized.Parameters
Annotation for a method which provides parameters to be injected into the
test class constructor by Parameterized
. The method has to
be public and static.
Optional Element Summary | |
---|---|
String |
name
Optional pattern to derive the test's name from the parameters. |
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.MessageFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |