Uses of Interface
org.junit.jupiter.api.extension.ExecutionCondition
Packages that use ExecutionCondition
Package
Description
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
Configuration specific to the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
Extensions which provide support for conditional test execution features of
JUnit 4 (e.g., the
@Ignore annotation) within JUnit
Jupiter.-
Uses of ExecutionCondition in org.junit.jupiter.api.condition
Classes in org.junit.jupiter.api.condition that implement ExecutionConditionModifier and TypeClassDescription(package private) classAbstractOsBasedExecutionCondition<A extends Annotation>Base class for OS-basedExecutionConditionimplementations.(package private) classAbstractRepeatableAnnotationCondition<A extends Annotation>Abstract base class forExecutionConditionimplementations that support repeatable annotations.(package private) classBooleanExecutionCondition<A extends Annotation>(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) class(package private) classMethodBasedCondition<A extends Annotation> -
Uses of ExecutionCondition in org.junit.jupiter.engine.config
Methods in org.junit.jupiter.engine.config that return types with arguments of type ExecutionConditionModifier and TypeMethodDescriptionCachingJupiterConfiguration.getExecutionConditionFilter()DefaultJupiterConfiguration.getExecutionConditionFilter()JupiterConfiguration.getExecutionConditionFilter() -
Uses of ExecutionCondition in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution with parameters of type ExecutionConditionModifier and TypeMethodDescriptionprivate ConditionEvaluationResultConditionEvaluator.evaluate(ExecutionCondition condition, ExtensionContext context) -
Uses of ExecutionCondition in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement ExecutionConditionModifier and TypeClassDescription(package private) classExecutionConditionthat supports the@Disabledannotation.(package private) classRepetitionExtensionimplements the following extension APIs to support repetitions of a@RepeatedTestmethod. -
Uses of ExecutionCondition in org.junit.jupiter.migrationsupport.conditions
Classes in org.junit.jupiter.migrationsupport.conditions that implement ExecutionConditionModifier and TypeClassDescriptionclassExecutionConditionthat supports JUnit 4's@Ignoreannotation.