1.0.0

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

Packages that use TestStatisticsService
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 TestStatisticsService in org.eclipse.soda.dk.testmanager
 

Classes in org.eclipse.soda.dk.testmanager that implement TestStatisticsService
 class TestStatistics
           
 

Methods in org.eclipse.soda.dk.testmanager that return TestStatisticsService
 TestStatisticsService TestScript.getTestStatistics()
          Gets the test statistics (TestStatisticsService) value.
 

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

Methods in org.eclipse.soda.dk.testmanager.action with parameters of type TestStatisticsService
 void TestAction.addCounts(TestStatisticsService testStatistics)
          Add counts with the specified test script parameter.
 void ConfigurationAction.addCounts(TestStatisticsService testStatistics)
          Add counts with the specified test script parameter.
 void Action.addCounts(TestStatisticsService testStatistics)
          Add counts with the specified test script parameter.
 

Constructors in org.eclipse.soda.dk.testmanager.action with parameters of type TestStatisticsService
TestRunListener(TestStatisticsService testStatistics)
          Constructs an instance of this class from the specified test statistics parameter.
 

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

Methods in org.eclipse.soda.dk.testmanager.console with parameters of type TestStatisticsService
 void TestManagerConsole.scriptRunEnded(TestStatisticsService testStatistics)
          Script run ended with the specified test statistics parameter.
 

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

Methods in org.eclipse.soda.dk.testmanager.service that return TestStatisticsService
 TestStatisticsService TestScriptService.getTestStatistics()
          Gets the test statistics (TestStatisticsService) value.
 

Methods in org.eclipse.soda.dk.testmanager.service with parameters of type TestStatisticsService
 void ScriptRunListenerService.scriptRunEnded(TestStatisticsService testStatistics)
          Script run ended with the specified test statistics parameter.
 

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

Methods in org.eclipse.soda.dk.testmanager.servlet with parameters of type TestStatisticsService
 void TestReport.scriptRunEnded(TestStatisticsService testStatistics)
          Script run ended with the specified test statistics parameter.
 


1.0.0

Copyright (c) 2007, 2009 IBM