Uses of Package
org.junit.jupiter.api.condition
Packages that use org.junit.jupiter.api.condition
Package
Description
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
-
Classes in org.junit.jupiter.api.condition used by org.junit.jupiter.api.conditionClassDescription
@DisabledIfSystemProperty
is used to signal that the annotated test class or test method is disabled if the value of the specified system property matches the specified regular expression.@EnabledIfSystemProperty
is used to signal that the annotated test class or test method is only enabled if the value of the specified system property matches the specified regular expression.Enumeration of Java Runtime Environment (JRE) versions.Enumeration of common operating systems used for testing Java applications.