Interface ITestNGThreadPoolExecutor

All Superinterfaces:
Executor, ExecutorService
All Known Implementing Classes:
GraphThreadPoolExecutor

public interface ITestNGThreadPoolExecutor extends ExecutorService
Represents the capabilities of a TestNG specific ExecutorService
  • Method Details

    • run

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