Package org.nuxeo.runtime.test.runner
Annotation Type ParameterizedSuite.ParameterizedFeature
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public static @interface ParameterizedSuite.ParameterizedFeature
TheParameterizedFeature
annotation specifies the class to be parameterized. That class must implementRunnerFeature
.
-
-
Element Detail
-
value
Class<?> value
- Returns:
- the class to be parameterized
-
-