@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public static @interface ParameterizedSuite.ParameterizedFeature
ParameterizedFeature
annotation specifies the class to
be parameterized. That class must extend SimpleFeature
or
implement RunnerFeature
.public abstract Class<?> value
Copyright © 2013 Nuxeo SA. All Rights Reserved.