Interface | Description |
---|---|
org.junit.jupiter.engine.script.ScriptAccessor |
Exceptions | Description |
---|---|
org.junit.platform.commons.util.PreconditionViolationException |
Use PreconditionViolationException instead.
|
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 of
ExecutionCondition
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 of
ExecutionCondition
to evaluate the same conditions. |
Copyright © 2019. All rights reserved.