Uses of Package
org.junit.jupiter.api.io
-
Packages that use org.junit.jupiter.api.io Package Description org.junit.jupiter.api.io IO-related support in JUnit Jupiter.org.junit.jupiter.engine.config Configuration specific to the JUnit Jupiter test engine.org.junit.jupiter.engine.extension Test extensions specific to the JUnit Jupiter test engine. -
Classes in org.junit.jupiter.api.io used by org.junit.jupiter.api.io Class Description CleanupMode Enumeration of cleanup modes for@TempDir
.TempDirFactory TempDirFactory
defines the SPI for creating temporary directories programmatically. -
Classes in org.junit.jupiter.api.io used by org.junit.jupiter.engine.config Class Description CleanupMode Enumeration of cleanup modes for@TempDir
.TempDirFactory TempDirFactory
defines the SPI for creating temporary directories programmatically. -
Classes in org.junit.jupiter.api.io used by org.junit.jupiter.engine.extension Class Description CleanupMode Enumeration of cleanup modes for@TempDir
.TempDir @TempDir
can be used to annotate a field in a test class or a parameter in a lifecycle method or test method of typePath
orFile
that should be resolved into a temporary directory.TempDirFactory TempDirFactory
defines the SPI for creating temporary directories programmatically.