Uses of Class
org.junit.jupiter.api.condition.EnabledIfSystemProperty
-
Packages that use EnabledIfSystemProperty Package Description org.junit.jupiter.api.condition Annotation-based conditions for enabling or disabling tests in JUnit Jupiter. -
-
Uses of EnabledIfSystemProperty in org.junit.jupiter.api.condition
Classes in org.junit.jupiter.api.condition with annotations of type EnabledIfSystemProperty Modifier and Type Class Description interface
EnabledInNativeImage
@EnabledInNativeImage
is used to signal that the annotated test class or test method is only enabled when executing within a GraalVM native image.Methods in org.junit.jupiter.api.condition that return EnabledIfSystemProperty Modifier and Type Method Description EnabledIfSystemProperty[]
value()
An array of one or more@EnabledIfSystemProperty
declarations.
-