Package org.nuxeo.runtime.test.runner
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
-
Element Details
-
value
Class<?> value- Returns:
- the class to be parameterized
-