tw.teddysoft.ezspec.extension.junit5.EzScenario Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ezspec-core Show documentation
Show all versions of ezspec-core Show documentation
ezspec is a framework for adopting Gherkin in Java testing.
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.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@API(
status = API.Status.EXPERIMENTAL,
since = "1.0"
)
@Test
public @interface EzScenario {
String rule() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy