Uses of Class
org.junit.jupiter.api.Timeout.ThreadMode
-
Packages that use Timeout.ThreadMode Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests. -
-
Uses of Timeout.ThreadMode in org.junit.jupiter.api
Methods in org.junit.jupiter.api that return Timeout.ThreadMode Modifier and Type Method Description Timeout.ThreadMode
threadMode()
The thread mode of this timeout.static Timeout.ThreadMode
Timeout.ThreadMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Timeout.ThreadMode[]
Timeout.ThreadMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-