@Target(TYPE) @Retention(RUNTIME) @API(status=EXPERIMENTAL, since="5.0") @ExtendWith(ExternalResourceSupport.class) @ExtendWith(VerifierSupport.class) @ExtendWith(ExpectedExceptionSupport.class) public @interface EnableRuleMigrationSupport
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
.
ExternalResourceSupport
,
VerifierSupport
,
ExpectedExceptionSupport