@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 © 2015 Nuxeo SA. All rights reserved.