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

tw.teddysoft.ezspec.extension.junit5.EzRule Maven / Gradle / Ivy

The newest version!
package tw.teddysoft.ezspec.extension.junit5;

import org.apiguardian.api.API;
import org.junit.jupiter.api.Test;

import java.lang.annotation.*;

@Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@API(
        status = API.Status.EXPERIMENTAL,
        since = "1.0"
)
@Test
public @interface EzRule {
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy