1.0.0

Uses of Interface
org.eclipse.soda.dk.testagent.service.TestSynchronizationService

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

Classes in org.eclipse.soda.dk.testagent that implement TestSynchronizationService
 class ConsoleSynchronization
           
 

Methods in org.eclipse.soda.dk.testagent that return TestSynchronizationService
 TestSynchronizationService ConfiguredTestContext.getSynchronizationService()
          Gets the synchronization service (TestSynchronizationService) value.
 

Methods in org.eclipse.soda.dk.testagent with parameters of type TestSynchronizationService
 TestResult TestAgent.runTest(TestSynchronizationService syncService, java.util.Dictionary properties)
          Run test with the specified sync service and properties parameters and return the TestResult result.
 void TestAgent.runTest(TestSynchronizationService syncService, java.util.Dictionary properties, TestResult result)
          Run test with the specified sync service, properties and result parameters.
 

Uses of TestSynchronizationService in org.eclipse.soda.dk.testagent.framework
 

Methods in org.eclipse.soda.dk.testagent.framework that return TestSynchronizationService
 TestSynchronizationService TestContext.getSynchronizationService()
          Gets the test synchronization service value.
 TestSynchronizationService ConfiguredTestSuite.getSynchronizationService()
           
 TestSynchronizationService ConfiguredTestCase.getSynchronizationService()
           
 

Uses of TestSynchronizationService in org.eclipse.soda.dk.testagent.service
 

Methods in org.eclipse.soda.dk.testagent.service with parameters of type TestSynchronizationService
 TestResult TestAgentService.runTest(TestSynchronizationService syncService, java.util.Dictionary properties)
          Runs a test using the JUnit textui.TestRunner and return the TestResult.
 void TestAgentService.runTest(TestSynchronizationService syncService, java.util.Dictionary properties, TestResult result)
          Runs a test and collects its result in a TestResult instance.
 

Uses of TestSynchronizationService in org.eclipse.soda.dk.testcontroller
 

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

Constructors in org.eclipse.soda.dk.testcontroller with parameters of type TestSynchronizationService
TestGroupRunner(java.lang.String runId, TestAgentService[] agents, java.util.Dictionary properties, TestSynchronizationService syncService, TestRunListenerService[] runListeners)
           
TestSession(TestConfigurationService testConfigurationService, TestSynchronizationService syncService)
           
 

Uses of TestSynchronizationService in org.eclipse.soda.dk.testcontroller.console
 

Classes in org.eclipse.soda.dk.testcontroller.console that implement TestSynchronizationService
 class TestControllerConsole
           
 

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

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

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

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

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

Classes in org.eclipse.soda.dk.testmanager.console that implement TestSynchronizationService
 class TestManagerConsole
           
 

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

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

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

Classes in org.eclipse.soda.dk.testmanager.servlet that implement TestSynchronizationService
 class TestControl
           
 


1.0.0

Copyright (c) 2007 IBM