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

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

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


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

import java.lang.annotation.*;

@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@API(
        status = API.Status.EXPERIMENTAL,
        since = "1.0"
)
@TestFactory
public @interface EzDynamicScenarioOutline {
    String rule() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy