@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DataProvider
Object[][]. The test method will be called with each "row" of
this two-dimensional array. The test method must be annotated with @UseDataProvider. This annotation
behaves pretty much the same as the @DataProvider annotation from TestNG.
Note: The name of the test method in the junit result will be the name of the test method (annotated by
@UseDataProvider) suffixed by the parameters. The last parameter is assumed to be the expected value
and will not be printed.
Copyright by TNG Technology Consulting GmbH, Germany