Class BaseListenerPools

java.lang.Object
net.thucydides.core.steps.BaseListenerPools

public class BaseListenerPools extends Object
  • Constructor Details

    • BaseListenerPools

      public BaseListenerPools()
  • Method Details

    • useAThreadForEachActorIn

      public static void useAThreadForEachActorIn(ThreadGroup currentThreadGroup)
      Use a new thread for each actor that participates in threads in the current thread group.
    • isUsingAThreadForEachActor

      public static boolean isUsingAThreadForEachActor()
    • baseStepListenerFor

      public static BaseStepListener baseStepListenerFor(StepEventBus eventBus)
    • mergeParallelActivityFlows

      public static void mergeParallelActivityFlows(ThreadGroup currentThreadGroup)