-
Annotation Types Annotation Type Description org.junit.jupiter.api.condition.DisabledIf Script-based condition APIs and their supporting implementations are deprecated with the intent to remove them in JUnit Jupiter 5.6. Users should instead rely on a combination of other built-in conditions or create and use a custom implementation ofExecutionConditionto evaluate the same conditions.org.junit.jupiter.api.condition.EnabledIf Script-based condition APIs and their supporting implementations are deprecated with the intent to remove them in JUnit Jupiter 5.6. Users should instead rely on a combination of other built-in conditions or create and use a custom implementation ofExecutionConditionto evaluate the same conditions.