Class AssertTimeout.TimeoutThreadFactory

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

private static class AssertTimeout.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