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 voidTestNG. setExecutorServiceFactory(IExecutorServiceFactory factory) -
Uses of IExecutorServiceFactory in org.testng.internal
Methods in org.testng.internal that return IExecutorServiceFactory Modifier and Type Method Description IExecutorServiceFactoryConfiguration. getExecutorServiceFactory()IExecutorServiceFactoryIConfiguration. getExecutorServiceFactory()Methods in org.testng.internal with parameters of type IExecutorServiceFactory Modifier and Type Method Description voidConfiguration. setExecutorServiceFactory(IExecutorServiceFactory executorServiceFactory)voidIConfiguration. setExecutorServiceFactory(IExecutorServiceFactory factory)
-