public interface  org.junit.jupiter.api.io.TempDirFactory extends java.lang.Object implements java.io.Closeable
{
public abstract java.nio.file.Path createTempDirectory(org.junit.jupiter.api.extension.AnnotatedElementContext, org.junit.jupiter.api.extension.ExtensionContext) throws java.lang.Exception;
public void close() throws java.io.IOException
{
org.junit.jupiter.api.io.TempDirFactory v;
v := @this: org.junit.jupiter.api.io.TempDirFactory;
return;
}
}