public class BambooTemporaryFolder
extends org.junit.rules.ExternalResource
| Constructor and Description |
|---|
BambooTemporaryFolder() |
BambooTemporaryFolder(File parentFolder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
protected void |
before() |
Path |
newPath() |
Path |
newPath(String s) |
public BambooTemporaryFolder()
public BambooTemporaryFolder(File parentFolder)
public Path newPath(String s) throws IOException
IOExceptionpublic Path newPath() throws IOException
IOExceptionpublic org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleapply in class org.junit.rules.ExternalResourceprotected void before()
throws Throwable
before in class org.junit.rules.ExternalResourceThrowableprotected void after()
after in class org.junit.rules.ExternalResourceCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.