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