public class TemporaryFolderPreservingOnFailure
extends org.junit.rules.TestWatcher
| Constructor and Description |
|---|
TemporaryFolderPreservingOnFailure(File targetDir) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failed(Throwable e,
org.junit.runner.Description description) |
protected void |
finished(org.junit.runner.Description description) |
org.junit.rules.TemporaryFolder |
getFolder() |
protected void |
starting(org.junit.runner.Description description) |
public org.junit.rules.TemporaryFolder getFolder()
protected void starting(org.junit.runner.Description description)
starting in class org.junit.rules.TestWatcherprotected void failed(Throwable e, org.junit.runner.Description description)
failed in class org.junit.rules.TestWatcherprotected void finished(org.junit.runner.Description description)
finished in class org.junit.rules.TestWatcherCopyright © 2015 Atlassian. All rights reserved.