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 the prefix.
Since:
5.10
See Also:
  • Field Details

  • Constructor Details

    • Standard

      public Standard()
  • Method Details