Package org.junit.jupiter.migrationsupport.rules
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
-
Class Summary Class Description ExpectedExceptionSupport ThisExtension
provides native support for theExpectedException
rule from JUnit 4.ExternalResourceSupport ThisExtension
provides native support for subclasses of theExternalResource
rule from JUnit 4.VerifierSupport ThisExtension
provides native support for subclasses of theVerifier
rule from JUnit 4. -
Annotation Types Summary Annotation Type Description EnableRuleMigrationSupport This class-level annotation enables native JUnit 4 rule support within JUnit Jupiter.