| Interface | Description |
|---|---|
| TestDirectoryProvider |
Implementations provide a working space to be used in tests.
|
| Class | Description |
|---|---|
| CleanupTestDirectoryExtension | |
| FileUtils | |
| TestNameTestDirectoryProvider |
A JUnit rule which provides a unique temporary folder for the test.
|
| Annotation Type | Description |
|---|---|
| CleanupTestDirectory |
Instructs Spock to use
CleanupTestDirectoryExtension to clean up the test directory provided by a
TestDirectoryProvider. |