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

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

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.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@API(
        status = API.Status.EXPERIMENTAL,
        since = "1.0"
)
@Test
public @interface EzScenarioOutline {
    String rule() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy