Uses of Annotation Interface
org.junit.jupiter.api.condition.EnabledIfSystemProperty
Package
Description
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
-
Uses of EnabledIfSystemProperty in org.junit.jupiter.api.condition
Modifier and TypeClassDescription@interface
@EnabledInNativeImage
is used to signal that the annotated test class or test method is only enabled when executing within a GraalVM native image.