Interface ITestNGThreadPoolExecutor

All Superinterfaces:
Executor, ExecutorService

@Deprecated public interface ITestNGThreadPoolExecutor extends ExecutorService
Deprecated.
- This interface stands deprecated as of TestNG v7.9.0.
Represents the capabilities of a TestNG specific ExecutorService
  • Method Details

    • run

      void run()
      Deprecated.
      Helps kick start the execution and is the point of entry for execution.