Uses of Class
org.junit.jupiter.api.io.CleanupMode
-
Packages that use CleanupMode Package Description org.junit.jupiter.api.io IO-related support in JUnit Jupiter. -
-
Uses of CleanupMode in org.junit.jupiter.api.io
Methods in org.junit.jupiter.api.io that return CleanupMode Modifier and Type Method Description CleanupMode
cleanup()
How the temporary directory gets cleaned up after the test completes.static CleanupMode
CleanupMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CleanupMode[]
CleanupMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-