1.0.0

Uses of Interface
org.eclipse.soda.dk.testcontroller.service.TestSessionService

Packages that use TestSessionService
org.eclipse.soda.dk.testcontroller This package is part of the org.eclipse.soda.dk.testcontroller project. 
org.eclipse.soda.dk.testcontroller.service This package is part of the org.eclipse.soda.dk.testcontroller project. 
org.eclipse.soda.dk.testmanager 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 TestSessionService in org.eclipse.soda.dk.testcontroller
 

Classes in org.eclipse.soda.dk.testcontroller that implement TestSessionService
 class TestSession
           
 

Methods in org.eclipse.soda.dk.testcontroller that return TestSessionService
 TestSessionService TestController.createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 

Uses of TestSessionService in org.eclipse.soda.dk.testcontroller.service
 

Methods in org.eclipse.soda.dk.testcontroller.service that return TestSessionService
 TestSessionService TestControllerService.createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 

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

Methods in org.eclipse.soda.dk.testmanager that return TestSessionService
 TestSessionService TestManager.createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 TestSessionService TestScript.getTestSession()
           
 

Methods in org.eclipse.soda.dk.testmanager with parameters of type TestSessionService
 void TestScript.run(TestSessionService testSession, ScriptRunListenerService scriptListener, boolean asynchronous)
           
 

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

Methods in org.eclipse.soda.dk.testmanager.service that return TestSessionService
 TestSessionService TestManagerService.createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 TestSessionService TestScriptService.getTestSession()
           
 

Methods in org.eclipse.soda.dk.testmanager.service with parameters of type TestSessionService
 void TestScriptService.run(TestSessionService testSession, ScriptRunListenerService scriptListener, boolean asynchronous)
          Run with the specified test session, script listener and asynchronous parameters.
 

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

Methods in org.eclipse.soda.dk.testmanager.servlet with parameters of type TestSessionService
 void TestControl.setTestSession(TestSessionService testSession)
           
 


1.0.0

Copyright (c) 2007 IBM