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

pl.hiber.testcase.annotations.TestAction Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package pl.hiber.testcase.annotations;

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

/**
 * Created 2014 by 4ib3r
 * Method marked by TestAction annotation is runned as action in test case.
 */

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface TestAction {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy