@Target(value=TYPE) @Retention(value=RUNTIME) @API(value=Experimental) @ExtendWith(value=ExternalResourceSupport.class) @ExtendWith(value=VerifierSupport.class) @ExtendWith(value=ExpectedExceptionSupport.class) public @interface EnableRuleMigrationSupport
Currently, rules of type Verifier,
ExternalResource as well as ExpectedException rules are
supported.
EnableRuleMigrationSupport is a meta-annotation which
includes all supported extensions: VerifierSupport,
ExternalResourceSupport, and ExpectedExceptionSupport.
ExternalResourceSupport,
VerifierSupport,
ExpectedExceptionSupport