com.eviware.soapui.monitor
Class TestMonitor
java.lang.Object
com.eviware.soapui.monitor.TestMonitor
public class TestMonitor
- extends java.lang.Object
Global class for monitoring ongoing test runs (both functional and loadtests)
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMonitor
public TestMonitor()
getLastRunStatus
public TestRunner.Status getLastRunStatus(TestCase testCase)
notifyLoadTestStarted
protected void notifyLoadTestStarted(LoadTestRunner runner)
notifyLoadTestFinished
protected void notifyLoadTestFinished(LoadTestRunner runner)
notifyTestCaseStarted
protected void notifyTestCaseStarted(TestCaseRunner runner)
notifyTestCaseFinished
protected void notifyTestCaseFinished(TestCaseRunner runner)
notifyMockServiceStarted
protected void notifyMockServiceStarted(MockRunner runner)
notifyMockServiceStopped
protected void notifyMockServiceStopped(MockRunner runner)
hasRunningLoadTest
public boolean hasRunningLoadTest(TestCase testCase)
hasRunningTestCase
public boolean hasRunningTestCase(TestCase testCase)
addTestMonitorListener
public void addTestMonitorListener(TestMonitorListener listener)
removeTestMonitorListener
public void removeTestMonitorListener(TestMonitorListener listener)
getRunningLoadTest
public LoadTestRunner[] getRunningLoadTest()
hasRunningTest
public boolean hasRunningTest(TestCase testCase)
init
public void init(Workspace workspace)
monitorProject
public void monitorProject(Project project)
unmonitorProject
public void unmonitorProject(Project project)
hasRunningTests
public boolean hasRunningTests()
hasRunningMock
public boolean hasRunningMock(MockService mockService)
hasRunningTests
public boolean hasRunningTests(WsdlProject project)
cancelAllTests
public void cancelAllTests(java.lang.String reason)
getTestRunner
public TestCaseRunner getTestRunner(WsdlTestCase testCase)
hasRunningLoadTest
public boolean hasRunningLoadTest(TestSuite testSuite)
Copyright © 2005-2010 eviware.com. All Rights Reserved.