Annotation Type Parameterized.UseParametersRunnerFactory

Enclosing class:
Parameterized

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.