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
- Since:
- 5.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
isEnabled
(EnabledForJreRange annotation) Methods inherited from class org.junit.jupiter.api.condition.BooleanExecutionCondition
evaluateExecutionCondition
-
Constructor Details
-
EnabledForJreRangeCondition
EnabledForJreRangeCondition()
-
-
Method Details
-
isEnabled
- Specified by:
isEnabled
in classBooleanExecutionCondition<EnabledForJreRange>
-