Package net.thucydides.core.steps
Class BaseListenerPools
java.lang.Object
net.thucydides.core.steps.BaseListenerPools
public class BaseListenerPools
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description BaseListenerPools() -
Method Summary
Modifier and Type Method Description static BaseStepListenerbaseStepListenerFor(StepEventBus eventBus)static booleanisUsingAThreadForEachActor()static voidmergeParallelActivityFlows(java.lang.ThreadGroup currentThreadGroup)static voiduseAThreadForEachActorIn(java.lang.ThreadGroup currentThreadGroup)Use a new thread for each actor that participates in threads in the current thread group.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
mergeParallelActivityFlows
public static void mergeParallelActivityFlows(java.lang.ThreadGroup currentThreadGroup)
-