Interface ITestNGThreadPoolExecutor

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void run()
      Deprecated.
      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()
        Deprecated.
        Helps kick start the execution and is the point of entry for execution.