Module org.junit.platform.engine
Class ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory
- java.lang.Object
-
- org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
- Enclosing class:
- ForkJoinPoolHierarchicalTestExecutorService
static class ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory extends java.lang.Object implements java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ClassLoader
contextClassLoader
-
Constructor Summary
Constructors Constructor Description WorkerThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.ForkJoinWorkerThread
newThread(java.util.concurrent.ForkJoinPool pool)
-