Interface ITestNGThreadPoolExecutor

  • All Superinterfaces:
    java.util.concurrent.Executor, java.util.concurrent.ExecutorService

    public interface ITestNGThreadPoolExecutor
    extends java.util.concurrent.ExecutorService
    Represents the capabilities of a TestNG specific ExecutorService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run()
      Helps kick start the execution and is the point of entry for execution.
      • Methods inherited from interface java.util.concurrent.Executor

        execute
      • Methods inherited from interface java.util.concurrent.ExecutorService

        awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
    • Method Detail

      • run

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