Class AbstractRepeatableAnnotationCondition<A extends Annotation>

java.lang.Object
org.junit.jupiter.api.condition.AbstractRepeatableAnnotationCondition<A>
Type Parameters:
A - the type of repeatable annotation supported by this ExecutionCondition
All Implemented Interfaces:
ExecutionCondition, Extension
Direct Known Subclasses:
DisabledIfEnvironmentVariableCondition, DisabledIfSystemPropertyCondition, EnabledIfEnvironmentVariableCondition, EnabledIfSystemPropertyCondition

abstract class AbstractRepeatableAnnotationCondition<A extends Annotation> extends Object implements ExecutionCondition
Abstract base class for ExecutionCondition implementations that support repeatable annotations.
Since:
5.6