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 IThreadFactory
public Thread newThread(Runnable r)
newThread
in interface ThreadFactory
newThread
in interface IThreadFactory
newThread
in class TestNGThreadFactory
public List<Thread> getThreads()
getThreads
in interface IThreadFactory
Copyright © 2024. All rights reserved.