createTempDir
Creates an empty, temporary folder (when the name of the folder is of no importance).
See also
.createTempDir
Creates an empty, temporary folder with the given name prefix.
The folder will be automatically removed after the test class completes successfully. The test should close any file handles that would prevent the folder from being removed.