org.whatsitcalled.webflange.service
Class TestServiceImpl
java.lang.Object
org.whatsitcalled.webflange.service.TestServiceImpl
- All Implemented Interfaces:
- TestService
public class TestServiceImpl
- extends java.lang.Object
- implements TestService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestServiceImpl
public TestServiceImpl()
init
public void init()
- Specified by:
init
in interface TestService
createLoadTest
public java.lang.Long createLoadTest(TestTO loadTestRequest)
- Specified by:
createLoadTest
in interface TestService
createAndRun
public java.lang.Long createAndRun(TestTO loadTestRequest)
- Specified by:
createAndRun
in interface TestService
getLoadTestService
public LoadTestService getLoadTestService()
setLoadTestService
public void setLoadTestService(LoadTestService loadTestService)
getProjectService
public ProjectService getProjectService()
setProjectService
public void setProjectService(ProjectService projectService)
getScriptService
public ScriptService getScriptService()
setScriptService
public void setScriptService(ScriptService scriptService)
getTestRunner
public GrinderTestRunner getTestRunner()
setTestRunner
public void setTestRunner(GrinderTestRunner testRunner)
getFileManager
public FileManager getFileManager()
setFileManager
public void setFileManager(FileManager fileManager)
Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.