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