public class TestNGThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
TestNGThreadFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Thread> |
getRunningThreads() |
Thread |
newThread(Runnable r) |
public TestNGThreadFactory(String name)
public Collection<Thread> getRunningThreads()
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2025. All rights reserved.