Annotation Interface Variations


@Retention(RUNTIME) @Target(METHOD) public @interface Variations
This annotation is used if a test class is executed with FeatureVariations. The method annotated with this annotation must be public static and must return a VariationSetBuilder.
Author:
Christian Kaltepoth
See Also: