Package org.junit.jupiter.api.condition
Class EnabledIfCondition
java.lang.Object
org.junit.jupiter.api.condition.MethodBasedCondition<EnabledIf>
org.junit.jupiter.api.condition.EnabledIfCondition
- All Implemented Interfaces:
ExecutionCondition
,Extension
- Since:
- 5.7
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.jupiter.api.condition.MethodBasedCondition
evaluateExecutionCondition, getConditionMethod
-
Constructor Details
-
EnabledIfCondition
EnabledIfCondition()
-
-
Method Details
-
isEnabled
protected boolean isEnabled(boolean methodResult) - Specified by:
isEnabled
in classMethodBasedCondition<EnabledIf>
-