Class BaseListenerPools

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

public class BaseListenerPools
extends java.lang.Object
  • Constructor Details

    • BaseListenerPools

      public BaseListenerPools()
  • Method Details

    • useAThreadForEachActorIn

      public static void useAThreadForEachActorIn​(java.lang.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​(java.lang.ThreadGroup currentThreadGroup)