Class TempDirFactory.Standard

java.lang.Object
org.junit.jupiter.api.io.TempDirFactory.Standard
All Implemented Interfaces:
Closeable, AutoCloseable, TempDirFactory
Enclosing interface:
TempDirFactory

public static class TempDirFactory.Standard extends Object implements TempDirFactory
Standard TempDirFactory implementation which delegates to Files.createTempDirectory(Path, String, FileAttribute...) using "junit-" as prefix.

The created temporary directory is always created in the default file system with the system's default temporary directory as its parent.

Since:
5.10
See Also:
  • Field Details

  • Constructor Details

    • Standard

      public Standard()
  • Method Details