-
Interfaces Interface Description org.junit.jupiter.engine.script.ScriptAccessor
-
Exceptions Exceptions Description org.junit.platform.commons.util.PreconditionViolationException Use PreconditionViolationException instead.
-
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 ofExecutionCondition
to 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 ofExecutionCondition
to evaluate the same conditions.