Annotation Interface ParameterizedSuite.ParameterizedFeature

Enclosing class:
ParameterizedSuite

@Retention(RUNTIME) @Target(TYPE) @Inherited public static @interface ParameterizedSuite.ParameterizedFeature
The ParameterizedFeature annotation specifies the class to be parameterized. That class must implement RunnerFeature.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      Class<?> value
      Returns:
      the class to be parameterized