Interface RunnerCreator<T extends Runnable>

All Known Implementing Classes:
TestThreadsHolder

public interface RunnerCreator<T extends Runnable>
Factory to create specific logic for each worker.
  • Method Summary

    Modifier and Type
    Method
    Description
    newRunner(int threadNumber)
    Creates a new runnable object for the given runner thread number.
  • Method Details

    • newRunner

      T newRunner(int threadNumber)
      Creates a new runnable object for the given runner thread number.