Package | Description |
---|---|
org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
org.junit.jupiter.migrationsupport.rules |
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
TempDirectory
TempDirectory is a JUnit Jupiter extension that creates and cleans
up temporary directories if field in a test class or a parameter in a
lifecycle method or test method is annotated with @TempDir . |
Modifier and Type | Class and Description |
---|---|
class |
ExternalResourceSupport
This
Extension provides native support for subclasses of
the ExternalResource rule from JUnit 4. |
(package private) class |
TestRuleSupport |