IThreadFactorypublic static class ThreadUtil.ThreadFactoryImpl extends TestNGThreadFactory implements IThreadFactory
| Constructor | Description |
|---|---|
ThreadFactoryImpl(java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getThreadFactory() |
|
java.util.List<java.lang.Thread> |
getThreads() |
|
java.lang.Thread |
newThread(java.lang.Runnable r) |
public java.lang.Object getThreadFactory()
getThreadFactory in interface IThreadFactorypublic java.lang.Thread newThread(java.lang.Runnable r)
newThread in interface IThreadFactorynewThread in class TestNGThreadFactorypublic java.util.List<java.lang.Thread> getThreads()
getThreads in interface IThreadFactory