Interface ITestNGThreadPoolExecutor
- All Superinterfaces:
AutoCloseable, Executor, ExecutorService
Deprecated.
Represents the capabilities of a TestNG specific
ExecutorService-
Method Summary
Modifier and TypeMethodDescriptionvoidrun()Deprecated.Helps kick start the execution and is the point of entry for execution.Methods inherited from interface ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
-
Method Details
-
run
void run()Deprecated.Helps kick start the execution and is the point of entry for execution.
-
v7.9.0.