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

de.tsl2.nano.autotest.creator.FunctionTester Maven / Gradle / Ivy

The newest version!
package de.tsl2.nano.autotest.creator;

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

/**
 * types of function tests (like expectations, inversefunction, ...) to be created
 * @author Tom
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE })
public @interface FunctionTester {
	Class>[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy