Search in sources :

Example 6 with ListenerNotifier

use of org.apache.jmeter.threads.ListenerNotifier in project jmeter by apache.

the class TransactionController method readResolve.

@Override
protected Object readResolve() {
    super.readResolve();
    lnf = new ListenerNotifier();
    return this;
}
Also used : ListenerNotifier(org.apache.jmeter.threads.ListenerNotifier)

Aggregations

ListenerNotifier (org.apache.jmeter.threads.ListenerNotifier)6 ListedHashTree (org.apache.jorphan.collections.ListedHashTree)4 StandardJMeterEngine (org.apache.jmeter.engine.StandardJMeterEngine)3 DebugSampler (org.apache.jmeter.sampler.DebugSampler)3 JMeterVariables (org.apache.jmeter.threads.JMeterVariables)3 TestCompiler (org.apache.jmeter.threads.TestCompiler)3 Test (org.junit.Test)3 ArrivalsThreadGroupTest (com.blazemeter.jmeter.threads.arrivals.ArrivalsThreadGroupTest)2 ArrayList (java.util.ArrayList)1 CopyOnWriteArrayList (java.util.concurrent.CopyOnWriteArrayList)1 ResponseAssertion (org.apache.jmeter.assertions.ResponseAssertion)1 LoopController (org.apache.jmeter.control.LoopController)1 TestAction (org.apache.jmeter.sampler.TestAction)1 TestStateListener (org.apache.jmeter.testelement.TestStateListener)1 StringProperty (org.apache.jmeter.testelement.property.StringProperty)1 AbstractThreadGroup (org.apache.jmeter.threads.AbstractThreadGroup)1 JMeterThread (org.apache.jmeter.threads.JMeterThread)1 PostThreadGroup (org.apache.jmeter.threads.PostThreadGroup)1 SetupThreadGroup (org.apache.jmeter.threads.SetupThreadGroup)1 ThreadGroup (org.apache.jmeter.threads.ThreadGroup)1