1.0.0

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

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

Methods in org.eclipse.soda.dk.testcontroller with parameters of type TestRunListenerService
 void TestSession.addGlobalTestRunListener(TestRunListenerService runListener)
          Add global test run listener with the specified run listener parameter.
 void TestSession.removeGlobalTestRunListener(TestRunListenerService runListener)
          Remove global test run listener with the specified run listener parameter.
 void TestSession.runMultipleTests(java.lang.String actionId, java.lang.String runId, java.lang.String filter, java.lang.String className, java.util.Dictionary properties, TestRunListenerService runListener)
          Run multiple tests with the specified run id, filter, class name, properties and run listener parameters.
 void TestSession.runSingleTest(java.lang.String actionId, java.lang.String runId, java.lang.String filter, java.lang.String className, java.util.Dictionary properties, TestRunListenerService runListener)
          Run single test with the specified run id, filter, class name, properties and run listener parameters.
 

Constructors in org.eclipse.soda.dk.testcontroller with parameters of type TestRunListenerService
TestGroupRunner(java.lang.String actionId, java.lang.String runId, TestAgentService[] agents, java.util.Dictionary properties, TestSynchronizationService syncService, TestRunListenerService[] runListeners)
          Constructs an instance of this class from the specified run id, agents, properties, sync service and run listeners parameters.
 

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

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

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

Methods in org.eclipse.soda.dk.testcontroller.service with parameters of type TestRunListenerService
 void TestSessionService.addGlobalTestRunListener(TestRunListenerService globalRunListener)
          Registers a TestRunListener
 void TestSessionService.removeGlobalTestRunListener(TestRunListenerService globalRunListener)
          Unregisters a TestListener
 void TestSessionService.runMultipleTests(java.lang.String actionId, java.lang.String runId, java.lang.String filter, java.lang.String className, java.util.Dictionary properties, TestRunListenerService runListener)
          Run multiple tests with the specified run id, filter, class name, properties and run listener parameters.
 void TestSessionService.runSingleTest(java.lang.String actionId, java.lang.String runId, java.lang.String filter, java.lang.String className, java.util.Dictionary properties, TestRunListenerService runListener)
          Run single test with the specified run id, filter, class name, properties and run listener parameters.
 

Uses of TestRunListenerService in org.eclipse.soda.dk.testcontroller.test.bundle
 

Classes in org.eclipse.soda.dk.testcontroller.test.bundle that implement TestRunListenerService
 class TestRunConsolePrinter
           
 

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

Methods in org.eclipse.soda.dk.testmanager with parameters of type TestRunListenerService
 DistributedTestSessionService TestManager.createDistributedTestSession(TestSynchronizationService syncService, TestRunListenerService globalRunListener)
          Create distributed test session with the specified sync service and global run listener parameters and return the DistributedTestSessionService result.
 

Constructors in org.eclipse.soda.dk.testmanager with parameters of type TestRunListenerService
DistributedTestSession(ControllerLocaterService localControllerLocater, java.util.List remoteControllerLocaters, TestSynchronizationService syncService, TestRunListenerService globalRunListener)
          Constructs an instance of this class from the specified local controller locater, remote controller locaters, sync service and global run listener parameters.
 

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

Classes in org.eclipse.soda.dk.testmanager.action that implement TestRunListenerService
 class TestRunListener
           
 

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

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

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

Methods in org.eclipse.soda.dk.testmanager.service with parameters of type TestRunListenerService
 DistributedTestSessionService TestManagerService.createDistributedTestSession(TestSynchronizationService syncService, TestRunListenerService globalRunListener)
          Create distributed test session with the specified sync service and global run listener parameters and return the DistributedTestSessionService result.
 

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

Classes in org.eclipse.soda.dk.testmanager.servlet that implement TestRunListenerService
 class TestReport
           
 


1.0.0

Copyright (c) 2007, 2009 IBM