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.org.junit.jupiter.engine.extension Test extensions specific to the JUnit Jupiter test engine. -
-
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. -
Uses of Timeout.ThreadMode in org.junit.jupiter.engine.extension
Fields in org.junit.jupiter.engine.extension with type parameters of type Timeout.ThreadMode Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<java.util.Optional<Timeout.ThreadMode>>
TimeoutConfiguration. threadMode
Methods in org.junit.jupiter.engine.extension that return Timeout.ThreadMode Modifier and Type Method Description private Timeout.ThreadMode
TimeoutExtension. getAnnotationThreadMode(ExtensionContext extensionContext)
private Timeout.ThreadMode
TimeoutExtension. resolveTimeoutThreadMode(ExtensionContext extensionContext)
Methods in org.junit.jupiter.engine.extension that return types with arguments of type Timeout.ThreadMode Modifier and Type Method Description (package private) java.util.Optional<Timeout.ThreadMode>
TimeoutConfiguration. getDefaultTimeoutThreadMode()
private java.util.Optional<Timeout.ThreadMode>
TimeoutConfiguration. parseTimeoutThreadModeConfiguration()
private java.util.Optional<Timeout.ThreadMode>
TimeoutExtension. readTimeoutThreadModeFromAnnotation(java.util.Optional<java.lang.reflect.AnnotatedElement> element)
Methods in org.junit.jupiter.engine.extension with parameters of type Timeout.ThreadMode Modifier and Type Method Description (package private) <T> InvocationInterceptor.Invocation<T>
TimeoutInvocationFactory. create(Timeout.ThreadMode threadMode, TimeoutInvocationFactory.TimeoutInvocationParameters<T> timeoutInvocationParameters)
-