Uses of Enum Class
org.junit.jupiter.api.Timeout.ThreadMode
Packages that use Timeout.ThreadMode
-
Uses of Timeout.ThreadMode in org.junit.jupiter.api
Subclasses with type arguments of type Timeout.ThreadMode in org.junit.jupiter.apiModifier and TypeClassDescriptionstatic enum
ThreadMode
is used to define whether test code should be executed in the thread of the calling code or in a separate thread.Methods in org.junit.jupiter.api that return Timeout.ThreadModeModifier and TypeMethodDescriptionstatic Timeout.ThreadMode
Returns the enum constant of this class with the specified name.static Timeout.ThreadMode[]
Timeout.ThreadMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.