Uses of Class
org.junit.jupiter.engine.extension.TempDirectory.Scope
-
Packages that use TempDirectory.Scope Package Description org.junit.jupiter.engine.extension Test extensions specific to the JUnit Jupiter test engine. -
-
Uses of TempDirectory.Scope in org.junit.jupiter.engine.extension
Methods in org.junit.jupiter.engine.extension that return TempDirectory.Scope Modifier and Type Method Description private TempDirectory.ScopeTempDirectory. getScope(org.junit.jupiter.api.extension.ExtensionContext context)static TempDirectory.ScopeTempDirectory.Scope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TempDirectory.Scope[]TempDirectory.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.jupiter.engine.extension with parameters of type TempDirectory.Scope Modifier and Type Method Description private org.junit.jupiter.api.io.TempDirFactoryTempDirectory. determineTempDirFactory(org.junit.jupiter.api.io.TempDir tempDir, TempDirectory.Scope scope)private org.junit.jupiter.api.io.TempDirFactoryTempDirectory. determineTempDirFactoryForField(java.lang.reflect.Field field, TempDirectory.Scope scope)private org.junit.jupiter.api.io.TempDirFactoryTempDirectory. determineTempDirFactoryForParameter(org.junit.jupiter.api.extension.ParameterContext parameterContext, TempDirectory.Scope scope)private static java.lang.ObjectTempDirectory. getPathOrFile(java.lang.Class<?> elementType, org.junit.jupiter.api.extension.AnnotatedElementContext elementContext, org.junit.jupiter.api.io.TempDirFactory factory, org.junit.jupiter.api.io.CleanupMode cleanupMode, TempDirectory.Scope scope, org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-