public class TestDirectory extends TemporaryDirectoryBasedRuleSupport<TestDirectory> implements WrappedPath
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestDirectory.ContentProducer |
| Constructor and Description |
|---|
TestDirectory() |
TestDirectory(TestDirectory.ContentProducer contentProducer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluate(org.junit.runners.model.Statement base,
org.junit.runner.Description description,
Path baseDirectory) |
String |
toString() |
Path |
wrapped() |
apply, baseDirectory, deleteDirectory, evaluate, folderNameFor, generateTemporaryFolderFor, handleExceptionIfRequired, isFailOnProblemsWhileCleanup, normalizeFolderName, setFailOnProblemsWhileCleanupclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompareTo, endsWith, endsWith, getFileName, getFileSystem, getName, getNameCount, getParent, getRoot, isAbsolute, iterator, normalize, register, register, relativize, resolve, resolve, resolveSibling, resolveSibling, startsWith, startsWith, subpath, toAbsolutePath, toFile, toRealPath, toUriforEach, spliteratorpublic TestDirectory()
public TestDirectory(@Nullable TestDirectory.ContentProducer contentProducer)
protected void evaluate(@Nonnull org.junit.runners.model.Statement base, @Nonnull org.junit.runner.Description description, @Nonnull Path baseDirectory) throws Throwable
evaluate in class TemporaryDirectoryBasedRuleSupport<TestDirectory>Throwable@Nonnull public Path wrapped()
wrapped in interface WrappedPathCopyright © 2017 echocat. All rights reserved.