Uses of Interface
org.testng.IExecutorServiceFactory
-
Packages that use IExecutorServiceFactory Package Description org.testng org.testng.internal -
-
Uses of IExecutorServiceFactory in org.testng
Methods in org.testng with parameters of type IExecutorServiceFactory Modifier and Type Method Description void
TestNG. setExecutorServiceFactory(IExecutorServiceFactory factory)
-
Uses of IExecutorServiceFactory in org.testng.internal
Methods in org.testng.internal that return IExecutorServiceFactory Modifier and Type Method Description IExecutorServiceFactory
Configuration. getExecutorServiceFactory()
IExecutorServiceFactory
IConfiguration. getExecutorServiceFactory()
Methods in org.testng.internal with parameters of type IExecutorServiceFactory Modifier and Type Method Description void
Configuration. setExecutorServiceFactory(IExecutorServiceFactory executorServiceFactory)
void
IConfiguration. setExecutorServiceFactory(IExecutorServiceFactory factory)
-