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