Annotation Interface EnableRuleMigrationSupport
@Target(TYPE)
@Retention(RUNTIME)
@API(status=DEPRECATED,
since="6.0")
@Deprecated(since="6.0",
forRemoval=true)
@ExtendWith(ExternalResourceSupport.class) @ExtendWith(VerifierSupport.class) @ExtendWith(ExpectedExceptionSupport.class)
public @interface EnableRuleMigrationSupport
Deprecated, for removal: This API element is subject to removal in a future version.
Please migrate to Jupiter extensions.
This class-level annotation enables native JUnit 4 rule support
within JUnit Jupiter.
Currently, rules of type Verifier
, ExternalResource
,
and ExpectedException
rules are supported.
@EnableRuleMigrationSupport
is a composed annotation which
enables all supported extensions: VerifierSupport
,
ExternalResourceSupport
, and ExpectedExceptionSupport
.
- Since:
- 5.0
- See Also: