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