Uses of Interface
org.testng.thread.IExecutorFactory
-
Packages that use IExecutorFactory Package Description org.testng org.testng.internal org.testng.internal.thread -
-
Uses of IExecutorFactory in org.testng
Methods in org.testng that return IExecutorFactory Modifier and Type Method Description IExecutorFactoryTestNG. getExecutorFactory()Methods in org.testng with parameters of type IExecutorFactory Modifier and Type Method Description voidTestNG. setExecutorFactory(IExecutorFactory factory) -
Uses of IExecutorFactory in org.testng.internal
Methods in org.testng.internal that return IExecutorFactory Modifier and Type Method Description IExecutorFactoryConfiguration. getExecutorFactory()IExecutorFactoryIConfiguration. getExecutorFactory()Methods in org.testng.internal with parameters of type IExecutorFactory Modifier and Type Method Description voidConfiguration. setExecutorFactory(IExecutorFactory factory)voidIConfiguration. setExecutorFactory(IExecutorFactory factory) -
Uses of IExecutorFactory in org.testng.internal.thread
Classes in org.testng.internal.thread that implement IExecutorFactory Modifier and Type Class Description classDefaultThreadPoolExecutorFactory
-