Class SameThreadTimeoutInvocation<T>
java.lang.Object
org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation<T>
- All Implemented Interfaces:
org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>
class SameThreadTimeoutInvocation<T>
extends Object
implements org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>
- Since:
- 5.5
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> private final ScheduledExecutorServiceprivate final PreInterruptCallbackInvocationprivate final TimeoutDuration -
Constructor Summary
ConstructorsConstructorDescriptionSameThreadTimeoutInvocation(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> delegate, TimeoutDuration timeout, ScheduledExecutorService executor, Supplier<String> descriptionSupplier, PreInterruptCallbackInvocation preInterruptCallback) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.InvocationInterceptor.Invocation
skip
-
Field Details
-
delegate
-
timeout
-
executor
-
descriptionSupplier
-
preInterruptCallback
-
-
Constructor Details
-
SameThreadTimeoutInvocation
SameThreadTimeoutInvocation(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> delegate, TimeoutDuration timeout, ScheduledExecutorService executor, Supplier<String> descriptionSupplier, PreInterruptCallbackInvocation preInterruptCallback)
-
-
Method Details
-
proceed
-