Package org.testng.thread
Interface ITestNGThreadPoolExecutor
-
- All Superinterfaces:
java.util.concurrent.Executor,java.util.concurrent.ExecutorService
- All Known Implementing Classes:
GraphThreadPoolExecutor
public interface ITestNGThreadPoolExecutor extends java.util.concurrent.ExecutorServiceRepresents the capabilities of a TestNG specificExecutorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Helps kick start the execution and is the point of entry for execution.
-