Uses of Interface
org.testng.internal.thread.IThreadFactory
-
Packages that use IThreadFactory Package Description org.testng.internal.thread -
-
Uses of IThreadFactory in org.testng.internal.thread
Classes in org.testng.internal.thread that implement IThreadFactory Modifier and Type Class Description static classThreadUtil.ThreadFactoryImplFields in org.testng.internal.thread declared as IThreadFactory Modifier and Type Field Description private IThreadFactoryExecutorAdapter. m_threadFactoryMethods in org.testng.internal.thread that return IThreadFactory Modifier and Type Method Description private static IThreadFactoryThreadUtil. createFactory(java.lang.String name)Constructors in org.testng.internal.thread with parameters of type IThreadFactory Constructor Description ExecutorAdapter(int threadCount, IThreadFactory tf)
-