public class PathUtilsForTesting
extends java.lang.Object
| Constructor | Description |
|---|---|
PathUtilsForTesting() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
installMock(java.nio.file.FileSystem mock) |
Installs a mock filesystem for testing
|
static void |
setup() |
Sets a new default filesystem for testing
|
static void |
teardown() |
Resets filesystem back to the real system default
|