Class TempDirectoryTestHelper

java.lang.Object
com.atlassian.confluence.util.TempDirectoryTestHelper

public class TempDirectoryTestHelper extends Object
Helper class to centrally handle the creation of temporary directories
  • Constructor Details

    • TempDirectoryTestHelper

      public TempDirectoryTestHelper()
  • Method Details

    • createTempDirectory

      public static File createTempDirectory(Object testCase) throws IOException
      Returns:
      a temporary directory located under Maven's "target" directory
      Throws:
      IOException