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   
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.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)
           
 void TestSession.removeGlobalTestRunListener(TestRunListenerService runListener)
           
 void TestSession.runMultipleTests(java.lang.String runId, java.lang.String filter, java.lang.String className, java.util.Dictionary properties, TestRunListenerService runListener)
           
 void TestSession.runSingleTest(java.lang.String runId, java.lang.String filter, java.lang.String className, java.util.Dictionary properties, TestRunListenerService runListener)
           
 

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

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 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 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.action
 

Classes in org.eclipse.soda.dk.testmanager.action that implement TestRunListenerService
 class ParallelTestAction
           
 class SequentialTestAction
           
 class TestAction
           
 

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.servlet
 

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


1.0.0

Copyright (c) 2007 IBM