Package org.testng.thread
Interface ITestNGThreadPoolExecutor
- All Superinterfaces:
Executor
,ExecutorService
- All Known Implementing Classes:
GraphThreadPoolExecutor
Represents the capabilities of a TestNG specific
ExecutorService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Helps kick start the execution and is the point of entry for execution.Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
-
Method Details
-
run
void run()Helps kick start the execution and is the point of entry for execution.
-