Package org.junit.jupiter.api.condition
Class DisabledIfCondition
- java.lang.Object
-
- org.junit.jupiter.api.condition.MethodBasedCondition<DisabledIf>
-
- org.junit.jupiter.api.condition.DisabledIfCondition
-
- All Implemented Interfaces:
ExecutionCondition
,Extension
class DisabledIfCondition extends MethodBasedCondition<DisabledIf>
- Since:
- 5.7
- See Also:
DisabledIf
-
-
Constructor Summary
Constructors Constructor Description DisabledIfCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isEnabled(boolean methodResult)
-
Methods inherited from class org.junit.jupiter.api.condition.MethodBasedCondition
evaluateExecutionCondition
-
-
-
-
Method Detail
-
isEnabled
protected boolean isEnabled(boolean methodResult)
- Specified by:
isEnabled
in classMethodBasedCondition<DisabledIf>
-
-