IO-related support in JUnit Jupiter.
-
Annotation Types Summary
Annotation Type |
Description |
TempDir |
@TempDir can be used to annotate a field in a test class or a
parameter in a lifecycle method or test method of type Path or
File that should be resolved into a temporary directory.
|