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(java.nio.file.Path, java.lang.String, java.nio.file.attribute.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.

See Also:
  • Field Details

  • Constructor Details

    • Standard

      public Standard()
  • Method Details