1.0.0

Uses of Interface
org.eclipse.soda.dk.testmanager.service.TestScriptService

Packages that use TestScriptService
org.eclipse.soda.dk.testmanager This package is part of the org.eclipse.soda.dk.testmanager project. 
org.eclipse.soda.dk.testmanager.action This package is part of the org.eclipse.soda.dk.testmanager project. 
org.eclipse.soda.dk.testmanager.console This package is part of the org.eclipse.soda.dk.testmanager project. 
org.eclipse.soda.dk.testmanager.service This package is part of the org.eclipse.soda.dk.testmanager project. 
org.eclipse.soda.dk.testmanager.servlet This package is part of the org.eclipse.soda.dk.testmanager.servlet project. 
 

Uses of TestScriptService in org.eclipse.soda.dk.testmanager
 

Classes in org.eclipse.soda.dk.testmanager that implement TestScriptService
 class TestScript
           
 

Methods in org.eclipse.soda.dk.testmanager that return TestScriptService
 TestScriptService TestManager.parse(java.io.Reader in)
          Parse with the specified in parameter and return the TestScriptService result.
 

Uses of TestScriptService in org.eclipse.soda.dk.testmanager.action
 

Methods in org.eclipse.soda.dk.testmanager.action with parameters of type TestScriptService
 void SequentialTestAction.execute(TestScriptService testScript)
          Execute with the specified test script parameter.
 void ParallelTestAction.execute(TestScriptService testScript)
          Execute with the specified test script parameter.
 void ConfigurationAction.execute(TestScriptService testScript)
          Execute with the specified test script parameter.
 void Action.execute(TestScriptService testScript)
          Execute with the specified test script parameter.
static void AbstractAction.execute(TestScriptService testScript, Action action)
          Execute with the specified test script and action parameters.
protected  void UpdateRequest.execute(TestScriptService testScript, ConfigurationTemplate template)
          Execute with the specified test script and template parameters.
protected  void DeleteRequest.execute(TestScriptService testScript, ConfigurationTemplate template)
          Execute with the specified test script and template parameters.
protected  void CreateRequest.execute(TestScriptService testScript, ConfigurationTemplate template)
          Execute with the specified test script and template parameters.
protected  void CreateOrUpdateRequest.execute(TestScriptService testScript, ConfigurationTemplate template)
          Execute with the specified test script and template parameters.
protected abstract  void ConfigurationAction.execute(TestScriptService testScript, ConfigurationTemplate template)
          Execute with the specified test script and template parameters.
protected abstract  void TestAction.execute(TestScriptService testScript, TestTemplate template)
          Execute with the specified test script and template parameters and return the int result.
protected  void SequentialTestAction.execute(TestScriptService testScript, TestTemplate template)
          Execute with the specified test script and template parameters and return the int result.
protected  void ParallelTestAction.execute(TestScriptService testScript, TestTemplate template)
          Execute with the specified test script and template parameters and return the int result.
protected  void TestAction.executeTemplateOrAction(TestScriptService testScript, java.lang.Object templateOrAction)
          Execute template or action with the specified test script and template or action parameters.
protected  TestSessionService TestAction.getTestSession(TestScriptService testScript, java.lang.String controllerId)
          Get test session with the specified test script and controller id parameters and return the TestSessionService result.
protected  TestSessionService ConfigurationAction.getTestSession(TestScriptService testScript, java.lang.String controllerId)
          Get test session with the specified test script and controller id parameters and return the TestSessionService result.
protected  void AbstractAction.handleScriptActionError(TestScriptService testScript, java.lang.String detail)
          Handle script action error
 

Uses of TestScriptService in org.eclipse.soda.dk.testmanager.console
 

Methods in org.eclipse.soda.dk.testmanager.console with parameters of type TestScriptService
 void TestManagerConsole.scriptRunStarted(TestScriptService script)
          Script run started with the specified script parameter.
 

Uses of TestScriptService in org.eclipse.soda.dk.testmanager.service
 

Methods in org.eclipse.soda.dk.testmanager.service that return TestScriptService
 TestScriptService TestManagerService.parse(java.io.Reader in)
          Parse with the specified in parameter and return the TestScriptService result.
 

Methods in org.eclipse.soda.dk.testmanager.service with parameters of type TestScriptService
 void ScriptRunListenerService.scriptRunStarted(TestScriptService script)
          Script run started with the specified script parameter.
 

Uses of TestScriptService in org.eclipse.soda.dk.testmanager.servlet
 

Methods in org.eclipse.soda.dk.testmanager.servlet with parameters of type TestScriptService
 void TestReport.scriptRunStarted(TestScriptService script)
          Script run started with the specified script parameter.
 


1.0.0

Copyright (c) 2007, 2009 IBM