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