Uses of Interface
org.junit.jupiter.api.extension.ExecutionCondition
-
Packages that use ExecutionCondition Package Description org.junit.jupiter.api.condition Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.org.junit.jupiter.engine.config Configuration specific to the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.jupiter.engine.extension Test extensions specific to the JUnit Jupiter test engine.org.junit.jupiter.migrationsupport.conditions Extensions which provide support for conditional test execution features of JUnit 4 (e.g., the@Ignoreannotation) within JUnit Jupiter. -
-
Uses of ExecutionCondition in org.junit.jupiter.api.condition
Classes in org.junit.jupiter.api.condition that implement ExecutionCondition Modifier and Type Class Description (package private) classAbstractRepeatableAnnotationCondition<A extends java.lang.annotation.Annotation>Abstract base class forExecutionConditionimplementations that support repeatable annotations.(package private) classBooleanExecutionCondition<A extends java.lang.annotation.Annotation>(package private) classDisabledForJreRangeCondition(package private) classDisabledIfCondition(package private) classDisabledIfEnvironmentVariableCondition(package private) classDisabledIfSystemPropertyCondition(package private) classDisabledOnJreCondition(package private) classDisabledOnOsCondition(package private) classEnabledForJreRangeCondition(package private) classEnabledIfCondition(package private) classEnabledIfEnvironmentVariableCondition(package private) classEnabledIfSystemPropertyCondition(package private) classEnabledOnJreCondition(package private) classEnabledOnOsCondition(package private) classMethodBasedCondition<A extends java.lang.annotation.Annotation> -
Uses of ExecutionCondition in org.junit.jupiter.engine.config
Methods in org.junit.jupiter.engine.config that return types with arguments of type ExecutionCondition Modifier and Type Method Description java.util.function.Predicate<ExecutionCondition>CachingJupiterConfiguration. getExecutionConditionFilter()java.util.function.Predicate<ExecutionCondition>DefaultJupiterConfiguration. getExecutionConditionFilter()java.util.function.Predicate<ExecutionCondition>JupiterConfiguration. getExecutionConditionFilter() -
Uses of ExecutionCondition in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution with parameters of type ExecutionCondition Modifier and Type Method Description private ConditionEvaluationResultConditionEvaluator. evaluate(ExecutionCondition condition, ExtensionContext context) -
Uses of ExecutionCondition in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement ExecutionCondition Modifier and Type Class Description (package private) classDisabledConditionExecutionConditionthat supports the@Disabledannotation. -
Uses of ExecutionCondition in org.junit.jupiter.migrationsupport.conditions
Classes in org.junit.jupiter.migrationsupport.conditions that implement ExecutionCondition Modifier and Type Class Description classIgnoreConditionExecutionConditionthat supports JUnit 4's@Ignoreannotation.
-