Apache JMeter
2.0.1.20050615

org.apache.jmeter.testelement
Interface TestListener

All Known Implementing Classes:
ConstantThroughputTimer, CookieManager, HTTPSamplerBase, JavaSampler, JDBCSampler, MainFrame, ParamModifier, RemoteListenerWrapper, RemoteSampleListenerImpl, RemoteTestListenerWrapper, ResultCollector, StringFromFile, Summariser, TCPSampler, ThroughputController, UserParameterModifier

public interface TestListener

Version:
$Revision: 1.6 $ on $Date: 2004/02/26 00:50:44 $

Method Summary
 void testEnded()
          Called once for all threads after the end of a test
 void testEnded(String host)
           
 void testIterationStart(LoopIterationEvent event)
          Each time through a Thread Group's test script, an iteration event is fired.
 void testStarted()
          Called just before the start of the test Note that not all the test variables will have been set up at this point.
 void testStarted(String host)
           
 

Method Detail

testStarted

public void testStarted()
Called just before the start of the test Note that not all the test variables will have been set up at this point.

See Also:
StandardJMeterEngine.run()

testEnded

public void testEnded()
Called once for all threads after the end of a test

See Also:
StandardJMeterEngine.stopTest()

testStarted

public void testStarted(String host)

testEnded

public void testEnded(String host)

testIterationStart

public void testIterationStart(LoopIterationEvent event)
Each time through a Thread Group's test script, an iteration event is fired.

Parameters:
event -

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.