Uses of Enum
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 enumThreadModeis use to define whether the test code should be executed in the thread of the calling code or in a separated thread.Methods in org.junit.jupiter.api that return Timeout.ThreadModeModifier and TypeMethodDescriptionstatic Timeout.ThreadModeReturns 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.