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

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

The 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
 * Methods marked with this annotation is invoked before any test case
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface BeforeTestCase {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy