Class SameThreadTimeoutInvocation.InterruptTask

java.lang.Object
org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
All Implemented Interfaces:
Runnable
Enclosing class:
SameThreadTimeoutInvocation<T>

static class SameThreadTimeoutInvocation.InterruptTask extends Object implements Runnable
Since:
5.5
  • Field Details

    • preInterruptCallback

      private final PreInterruptCallbackInvocation preInterruptCallback
    • exceptionsDuringInterruption

      private final List<Throwable> exceptionsDuringInterruption
    • thread

      private final Thread thread
    • executed

      private volatile boolean executed
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • attachSuppressedExceptions

      void attachSuppressedExceptions(Throwable outerException)