Package org.apache.jmeter.testelement
Interface TestIterationListener
- All Known Implementing Classes:
AccessLogSampler
,AjpSampler
,AuthManager
,CacheManager
,CookieManager
,DNSCacheManager
,HTTPSampler
,HTTPSamplerBase
,HTTPSamplerProxy
public interface TestIterationListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Each time through a Thread Group's test script, an iteration event is fired for each thread.
-
Method Details
-
testIterationStart
Each time through a Thread Group's test script, an iteration event is fired for each thread. This will be after the test elements have been cloned, so in general the instance will not be the same as the ones the start/end methods call.- Parameters:
event
- the iteration event
-