|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eviware.soapui.model.support.LoadTestRunListenerAdapter
com.eviware.soapui.impl.wsdl.teststeps.LoadTestRunListenerImpl
public class LoadTestRunListenerImpl
Constructor Summary | |
---|---|
LoadTestRunListenerImpl()
|
Method Summary | |
---|---|
void |
afterLoadTest(LoadTestRunner loadTestRunner,
LoadTestRunContext context)
Called after the execution of a loadtest when all threads have terminated |
void |
loadTestStarted(LoadTestRunner loadTestRunner,
LoadTestRunContext context)
Called after all initial loadtest threads have been started |
void |
loadTestStopped(LoadTestRunner loadTestRunner,
LoadTestRunContext context)
Called when a loadtest has been stopped for some reason |
Methods inherited from class com.eviware.soapui.model.support.LoadTestRunListenerAdapter |
---|
afterTestCase, afterTestStep, beforeLoadTest, beforeTestCase, beforeTestStep |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoadTestRunListenerImpl()
Method Detail |
---|
public void loadTestStarted(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListener
loadTestStarted
in interface LoadTestRunListener
loadTestStarted
in class LoadTestRunListenerAdapter
public void loadTestStopped(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListener
loadTestStopped
in interface LoadTestRunListener
loadTestStopped
in class LoadTestRunListenerAdapter
public void afterLoadTest(LoadTestRunner loadTestRunner, LoadTestRunContext context)
LoadTestRunListener
afterLoadTest
in interface LoadTestRunListener
afterLoadTest
in class LoadTestRunListenerAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |