Uses of Annotation Interface
org.junit.jupiter.api.extension.ExtendWith
Packages that use ExtendWith
Package
Description
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
Deprecated support for migrating from JUnit 4 to JUnit Jupiter.
JUnit Jupiter extension for parameterized tests.
-
Uses of ExtendWith in org.junit.jupiter.api.condition
Classes in org.junit.jupiter.api.condition with annotations of type ExtendWithModifier and TypeClassDescription@interface@DisabledForJreRangeis used to signal that the annotated test class or test method is disabled for a specific range of Java Runtime Environment (JRE) versions.@interface@DisabledIfis used to signal that the annotated test class or test method is disabled if the provided condition evaluates totrue.@interface@DisabledIfEnvironmentVariableis used to signal that the annotated test class or test method is disabled if the value of the specified environment variable matches the specified regular expression.@interface@DisabledIfSystemPropertyis used to signal that the annotated test class or test method is disabled if the value of the specified system property matches the specified regular expression.@interface@DisabledOnJreis used to signal that the annotated test class or test method is disabled on one or more specified Java Runtime Environment (JRE) versions.@interface@DisabledOnOsis used to signal that the annotated test class or test method is disabled on one or more specified operating systems or on one or more specified architectures@interface@EnabledForJreRangeis used to signal that the annotated test class or test method is only enabled for a specific range of Java Runtime Environment (JRE) versions.@interface@EnabledIfis used to signal that the annotated test class or test method is only enabled if the provided condition evaluates totrue.@interface@EnabledIfEnvironmentVariableis used to signal that the annotated test class or test method is only enabled if the value of the specified environment variable matches the specified regular expression.@interface@EnabledIfSystemPropertyis used to signal that the annotated test class or test method is only enabled if the value of the specified system property matches the specified regular expression.@interface@EnabledOnJreis used to signal that the annotated test class or test method is only enabled on one or more specified Java Runtime Environment (JRE) versions.@interface@EnabledOnOsis used to signal that the annotated test class or test method is only enabled on one or more specified operating systems or one or more specified architectures. -
Uses of ExtendWith in org.junit.jupiter.migrationsupport
Classes in org.junit.jupiter.migrationsupport with annotations of type ExtendWithModifier and TypeClassDescription@interfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExtendWith in org.junit.jupiter.params
Classes in org.junit.jupiter.params with annotations of type ExtendWithModifier and TypeClassDescription@interface@ParameterizedClassis used to signal that the annotated class is a parameterized test class.@interface@ParameterizedTestis used to signal that the annotated method is a parameterized test method.
@Disabledinstead.