Uses of Interface
org.testng.internal.thread.IExecutor
-
Packages that use IExecutor Package Description org.testng.internal.thread -
-
Uses of IExecutor in org.testng.internal.thread
Classes in org.testng.internal.thread that implement IExecutor Modifier and Type Class Description class
ExecutorAdapter
An implementation forIExecutor
based onThreadPoolExecutor
Methods in org.testng.internal.thread that return IExecutor Modifier and Type Method Description static IExecutor
ThreadUtil. createExecutor(int threadCount, String threadFactoryName)
-