Annotation Type Parameterized.UseParametersRunnerFactory


  • @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.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<? extends ParametersRunnerFactory> value