Package net.thucydides.core.steps
Class BaseListenerPools
java.lang.Object
net.thucydides.core.steps.BaseListenerPools
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BaseStepListenerbaseStepListenerFor(StepEventBus eventBus) static booleanstatic voidmergeParallelActivityFlows(ThreadGroup currentThreadGroup) static voiduseAThreadForEachActorIn(ThreadGroup currentThreadGroup) Use a new thread for each actor that participates in threads in the current thread group.
-
Constructor Details
-
BaseListenerPools
public BaseListenerPools()
-
-
Method Details
-
useAThreadForEachActorIn
Use a new thread for each actor that participates in threads in the current thread group. -
isUsingAThreadForEachActor
public static boolean isUsingAThreadForEachActor() -
baseStepListenerFor
-
mergeParallelActivityFlows
-