Class SameThreadTimeoutInvocation.InterruptTask
java.lang.Object
org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
SameThreadTimeoutInvocation<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final PreInterruptCallbackInvocationprivate final Thread -
Constructor Summary
ConstructorsConstructorDescriptionInterruptTask(Thread thread, PreInterruptCallbackInvocation preInterruptCallback) -
Method Summary
Modifier and TypeMethodDescription(package private) voidattachSuppressedExceptions(Throwable outerException) voidrun()
-
Field Details
-
preInterruptCallback
-
exceptionsDuringInterruption
-
thread
-
executed
private volatile boolean executed
-
-
Constructor Details
-
InterruptTask
InterruptTask(Thread thread, PreInterruptCallbackInvocation preInterruptCallback)
-
-
Method Details
-
run
-
attachSuppressedExceptions
-