public class

TempDirectoryTestHelper

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

Class Overview

Helper class to centrally handle the creation of temporary directories

Summary

Public Constructors
TempDirectoryTestHelper()
Public Methods
static File createTempDirectory(Object testCase)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TempDirectoryTestHelper ()

Public Methods

public static File createTempDirectory (Object testCase)

Returns
  • a temporary directory located under Maven's "target" directory
Throws
IOException