Package org.testng.thread
Interface ITestNGThreadPoolExecutor
-
- All Superinterfaces:
java.util.concurrent.Executor
,java.util.concurrent.ExecutorService
@Deprecated public interface ITestNGThreadPoolExecutor extends java.util.concurrent.ExecutorService
Deprecated.- This interface stands deprecated as of TestNGv7.9.0
.Represents the capabilities of a TestNG specificExecutorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
run()
Deprecated.Helps kick start the execution and is the point of entry for execution.
-