Apache JMeter

org.apache.jmeter.testelement
Interface TestListener

All Known Implementing Classes:
BaseJMSSampler, BeanShellTestElement, ConnectionFactory, ConstantThroughputTimer, CookieManager, DataSourceElement, HTTPSamplerBase, JavaSampler, LDAPExtSampler, MainFrame, ParamModifier, PublisherSampler, RemoteListenerWrapper, RemoteSampleListenerImpl, RemoteTestListenerWrapper, ReportMainFrame, ReportPlan, ResultCollector, StringFromFile, SubscriberSampler, Summariser, TestPlan, ThroughputController, UserParameterModifier

public interface TestListener

Version:
$Revision: 516032 $ on $Date: 2007-03-08 13:14:40 +0000 (Thu, 08 Mar 2007) $

Method Summary
 void testEnded()
          Called once for all threads after the end of a test.
 void testEnded(String host)
          Called once for all threads after the end of a test.
 void testIterationStart(LoopIterationEvent event)
          Each time through a Thread Group's test script, an iteration event is fired for each thread.
 void testStarted()
          Called just before the start of the test from the main engine thread.
 void testStarted(String host)
          Called just before the start of the test from the main engine thread.
 

Method Detail

testStarted

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

See Also:
StandardJMeterEngine.run()

testStarted

public void testStarted(String host)
Called just before the start of the test from the main engine thread. 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()

testEnded

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

See Also:
StandardJMeterEngine.stopTest()

testIterationStart

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

Parameters:
event -

Apache JMeter

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