Class SeparateThreadTimeoutInvocation<T>
java.lang.Object
org.junit.jupiter.engine.extension.SeparateThreadTimeoutInvocation<T>
- All Implemented Interfaces:
org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>
class SeparateThreadTimeoutInvocation<T>
extends Object
implements org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>
- Since:
- 5.9
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.junit.jupiter.api.extension.InvocationInterceptor.Invocation
<T> private final TimeoutDuration
-
Constructor Summary
ConstructorsConstructorDescriptionSeparateThreadTimeoutInvocation
(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> delegate, TimeoutDuration timeout, Supplier<String> descriptionSupplier) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.junit.jupiter.api.extension.InvocationInterceptor.Invocation
skip
-
Field Details
-
delegate
-
timeout
-
descriptionSupplier
-
-
Constructor Details
-
SeparateThreadTimeoutInvocation
SeparateThreadTimeoutInvocation(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> delegate, TimeoutDuration timeout, Supplier<String> descriptionSupplier)
-
-
Method Details