setThreadPoolFactoryClass

open fun setThreadPoolFactoryClass(threadPoolFactoryClass: String)(source)

Sets a custom threadPoolExecutorFactory class. This should be a fully qualified class name and the class should implement org.testng.IExecutorFactory More details in https://github.com/testng-team/testng/pull/2042 Requires TestNG 7.0 or higher

Since

8.7