Class BambooTemporaryFolder

java.lang.Object
org.junit.rules.ExternalResource
com.atlassian.bamboo.junit.BambooTemporaryFolder
All Implemented Interfaces:
org.junit.rules.TestRule

public class BambooTemporaryFolder extends org.junit.rules.ExternalResource
  • Constructor Details

    • BambooTemporaryFolder

      public BambooTemporaryFolder()
    • BambooTemporaryFolder

      public BambooTemporaryFolder(File parentFolder)
  • Method Details

    • newPath

      public Path newPath(String s) throws IOException
      Throws:
      IOException
    • newPath

      public Path newPath() throws IOException
      Throws:
      IOException
    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
      Specified by:
      apply in interface org.junit.rules.TestRule
      Overrides:
      apply in class org.junit.rules.ExternalResource
    • before

      protected void before() throws Throwable
      Overrides:
      before in class org.junit.rules.ExternalResource
      Throws:
      Throwable
    • after

      protected void after()
      Overrides:
      after in class org.junit.rules.ExternalResource