All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.togglz.junit.vary.Variations Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
package org.togglz.junit.vary;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * This annotation is used if a test class is executed with {@link FeatureVariations}. The method annotated with this annotation
 * must be public static and must return a {@link VariationSetBuilder}.
 * 
 * @see FeatureVariations
 * 
 * @author Christian Kaltepoth
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Variations {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy