com.beust.testng.annotations
Annotation Type Factory


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Factory

Factory annotation

Author:
cbeust

Optional Element Summary
 java.lang.String[] parameters
          The list of variables used to fill the parameters of this method.
 

parameters

public abstract java.lang.String[] parameters
The list of variables used to fill the parameters of this method. These variables must be defined in the property file.

Default:
{}