public class DisabledIfCondition
extends java.lang.Object
DisabledIfCondition is an ExecutionCondition
that supports the @DisabledIf annotation when using the Spring
TestContext Framework in conjunction with JUnit 5's Jupiter programming model.
Any attempt to use the DisabledIfCondition without the presence of
@DisabledIf will result in an enabledConditionEvaluationResult.
Containers and tests are disabled if @DisabledIf is present on the
corresponding test class or test method and the configured expression evaluates
to true.
public org.junit.jupiter.api.extension.ConditionEvaluationResult evaluateExecutionCondition(org.junit.jupiter.api.extension.ExtensionContext context)
Containers and tests are disabled if @DisabledIf is present on the
corresponding test class or test method and the configured expression evaluates
to true.