public static class ThreadUtil.ThreadFactoryImpl extends TestNGThreadFactory implements IThreadFactory
| Constructor and Description |
|---|
ThreadFactoryImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getThreadFactory() |
List<Thread> |
getThreads() |
Thread |
newThread(Runnable r) |
public ThreadFactoryImpl(String name)
public Object getThreadFactory()
getThreadFactory in interface IThreadFactorypublic Thread newThread(Runnable r)
newThread in interface ThreadFactorynewThread in interface IThreadFactorynewThread in class TestNGThreadFactorypublic List<Thread> getThreads()
getThreads in interface IThreadFactoryCopyright © 2024. All rights reserved.