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
Fields in org.testng declared as IExecutorFactory Modifier and Type Field Description private IExecutorFactory
TestNG. m_executorFactory
Methods in org.testng that return IExecutorFactory Modifier and Type Method Description private IExecutorFactory
TestNG. createExecutorFactoryInstanceUsing(java.lang.String clazzName)
IExecutorFactory
TestNG. getExecutorFactory()
Methods in org.testng with parameters of type IExecutorFactory Modifier and Type Method Description void
TestNG. setExecutorFactory(IExecutorFactory factory)
-
Uses of IExecutorFactory in org.testng.internal
Fields in org.testng.internal declared as IExecutorFactory Modifier and Type Field Description private IExecutorFactory
Configuration. m_executorFactory
Methods in org.testng.internal that return IExecutorFactory Modifier and Type Method Description IExecutorFactory
Configuration. getExecutorFactory()
IExecutorFactory
IConfiguration. getExecutorFactory()
Methods in org.testng.internal with parameters of type IExecutorFactory Modifier and Type Method Description void
Configuration. setExecutorFactory(IExecutorFactory factory)
void
IConfiguration. 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 class
DefaultThreadPoolExecutorFactory
-