Package org.junit.jupiter.api.condition
Class DisabledOnJreCondition
- java.lang.Object
-
- org.junit.jupiter.api.condition.BooleanExecutionCondition<DisabledOnJre>
-
- org.junit.jupiter.api.condition.DisabledOnJreCondition
-
- All Implemented Interfaces:
ExecutionCondition,Extension
class DisabledOnJreCondition extends BooleanExecutionCondition<DisabledOnJre>
- Since:
- 5.1
- See Also:
DisabledOnJre
-
-
Constructor Summary
Constructors Constructor Description DisabledOnJreCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisEnabled(DisabledOnJre annotation)-
Methods inherited from class org.junit.jupiter.api.condition.BooleanExecutionCondition
evaluateExecutionCondition
-
-
-
-
Method Detail
-
isEnabled
boolean isEnabled(DisabledOnJre annotation)
- Specified by:
isEnabledin classBooleanExecutionCondition<DisabledOnJre>
-
-