com.eviware.soapui.support.log
Class LogDisablingTestMonitorListener

java.lang.Object
  extended by com.eviware.soapui.monitor.support.TestMonitorListenerAdapter
      extended by com.eviware.soapui.support.log.LogDisablingTestMonitorListener
All Implemented Interfaces:
TestMonitorListener

public final class LogDisablingTestMonitorListener
extends TestMonitorListenerAdapter

Disables httpclient and groovy logs during loadtests and securitytests

Author:
ole

Constructor Summary
LogDisablingTestMonitorListener()
           
 
Method Summary
 void loadTestFinished(LoadTestRunner runner)
           
 void loadTestStarted(LoadTestRunner runner)
           
 void securityTestFinished(SecurityTestRunner runner)
           
 void securityTestStarted(SecurityTestRunner runner)
           
 
Methods inherited from class com.eviware.soapui.monitor.support.TestMonitorListenerAdapter
mockServiceStarted, mockServiceStopped, testCaseFinished, testCaseStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDisablingTestMonitorListener

public LogDisablingTestMonitorListener()
Method Detail

loadTestStarted

public void loadTestStarted(LoadTestRunner runner)
Specified by:
loadTestStarted in interface TestMonitorListener
Overrides:
loadTestStarted in class TestMonitorListenerAdapter

loadTestFinished

public void loadTestFinished(LoadTestRunner runner)
Specified by:
loadTestFinished in interface TestMonitorListener
Overrides:
loadTestFinished in class TestMonitorListenerAdapter

securityTestStarted

public void securityTestStarted(SecurityTestRunner runner)
Specified by:
securityTestStarted in interface TestMonitorListener
Overrides:
securityTestStarted in class TestMonitorListenerAdapter

securityTestFinished

public void securityTestFinished(SecurityTestRunner runner)
Specified by:
securityTestFinished in interface TestMonitorListener
Overrides:
securityTestFinished in class TestMonitorListenerAdapter


Copyright © 2005-2011 eviware.com. All Rights Reserved.