Class AssertTimeoutPreemptively.TimeoutThreadFactory

java.lang.Object
org.junit.jupiter.api.AssertTimeoutPreemptively.TimeoutThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
AssertTimeoutPreemptively

private static class AssertTimeoutPreemptively.TimeoutThreadFactory extends Object implements ThreadFactory
The thread factory used for preemptive timeout.

The factory creates threads with meaningful names, helpful for debugging purposes.

  • Field Details

  • Constructor Details

    • TimeoutThreadFactory

      private TimeoutThreadFactory()
  • Method Details