com.eviware.soapui.monitor
Interface TestMonitorListener
- All Known Implementing Classes:
- LogDisablingTestMonitorListener, TestMonitorListenerAdapter, TestRunComponentEnabler
public interface TestMonitorListener
Listener for TestMonitor events
- Author:
- Ole.Matzura
loadTestStarted
void loadTestStarted(LoadTestRunner runner)
loadTestFinished
void loadTestFinished(LoadTestRunner runner)
securityTestStarted
void securityTestStarted(SecurityTestRunner runner)
securityTestFinished
void securityTestFinished(SecurityTestRunner runner)
testCaseStarted
void testCaseStarted(TestCaseRunner runner)
testCaseFinished
void testCaseFinished(TestCaseRunner runner)
mockServiceStarted
void mockServiceStarted(MockRunner runner)
mockServiceStopped
void mockServiceStopped(MockRunner runner)
Copyright © 2005-2011 eviware.com. All Rights Reserved.