Annotation Interface Parameterized.UseParametersRunnerFactory

Enclosing class:
Parameterized

@Retention(RUNTIME) @Inherited @Target(TYPE) public static @interface Parameterized.UseParametersRunnerFactory
Add this annotation to your test class if you want to generate a special runner. You have to specify a ParametersRunnerFactory class that creates such runners. The factory must have a public zero-arg constructor.