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
  • Field Details

    • thread

      private final Thread thread
    • executed

      private volatile boolean executed
  • Constructor Details

    • InterruptTask

      InterruptTask(Thread thread)
  • Method Details

    • run

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