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