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 class
ThreadUtil.ThreadFactoryImpl
Fields in org.testng.internal.thread declared as IThreadFactory Modifier and Type Field Description private IThreadFactory
ExecutorAdapter. m_threadFactory
Methods in org.testng.internal.thread that return IThreadFactory Modifier and Type Method Description private static IThreadFactory
ThreadUtil. createFactory(java.lang.String name)
Constructors in org.testng.internal.thread with parameters of type IThreadFactory Constructor Description ExecutorAdapter(int threadCount, IThreadFactory tf)
-