Package | Description |
---|---|
org.junit.rules |
Modifier and Type | Class and Description |
---|---|
class |
TemporaryFolder
The TemporaryFolder Rule allows creation of files and folders that should
be deleted when the test method finishes (whether it passes or
fails).
|