Package org.testng.internal.thread
Interface IThreadFactory
-
- All Known Implementing Classes:
ThreadUtil.ThreadFactoryImpl
public interface IThreadFactoryReduced interface to mimic ThreadFactory.- Version:
- $Revision$
- Author:
- Alexandru Popescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetThreadFactory()List<Thread>getThreads()ThreadnewThread(Runnable run)
-