Uses of Interface
org.testng.thread.IExecutorFactory
Packages that use IExecutorFactory
-
Uses of IExecutorFactory in org.testng
Fields in org.testng declared as IExecutorFactoryMethods in org.testng that return IExecutorFactoryModifier and TypeMethodDescriptionprivate IExecutorFactory
TestNG.createExecutorFactoryInstanceUsing
(String clazzName) TestNG.getExecutorFactory()
Methods in org.testng with parameters of type IExecutorFactory -
Uses of IExecutorFactory in org.testng.internal
Fields in org.testng.internal declared as IExecutorFactoryMethods in org.testng.internal that return IExecutorFactoryModifier and TypeMethodDescriptionConfiguration.getExecutorFactory()
IConfiguration.getExecutorFactory()
Methods in org.testng.internal with parameters of type IExecutorFactoryModifier and TypeMethodDescriptionvoid
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