Uses of Interface
org.testng.ISuite

Packages that use ISuite
org.testng   
org.testng.remote   
org.testng.remote.adapter   
org.testng.remote.strprotocol   
org.testng.reporters   
 

Uses of ISuite in org.testng
 

Classes in org.testng that implement ISuite
 class SuiteRunner
          SuiteRunner is responsible for running all the tests included in one suite.
 

Methods in org.testng that return ISuite
 ISuite TestRunner.getSuite()
           
 ISuite ITestContext.getSuite()
           
 

Methods in org.testng that return types with arguments of type ISuite
 List<ISuite> TestNG.runSuitesLocally()
          This needs to be public for maven2, for now..At least until an alternative mechanism is found.
 

Methods in org.testng with parameters of type ISuite
 TestRunner SuiteRunner.DefaultTestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, List<IInvokedMethodListener> listeners)
           
 TestRunner SuiteRunner.ProxyTestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, List<IInvokedMethodListener> listeners)
           
 TestRunner ITestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, List<IInvokedMethodListener> listeners)
           
 void ISuiteListener.onFinish(ISuite suite)
          This method is invoked after the SuiteRunner has run all the test suites.
 void ISuiteListener.onStart(ISuite suite)
          This method is invoked before the SuiteRunner starts.
 

Method parameters in org.testng with type arguments of type ISuite
 void IReporter.generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
          Generate a report for the given suites into the specified output directory.
 

Constructors in org.testng with parameters of type ISuite
TestRunner(ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, List<IInvokedMethodListener> listeners)
           
TestRunner(ISuite suite, XmlTest test, org.testng.internal.annotations.IAnnotationFinder finder, boolean skipFailedInvocationCounts)
           
TestRunner(ISuite suite, XmlTest test, String outputDirectory, org.testng.internal.annotations.IAnnotationFinder finder, boolean skipFailedInvocationCounts, List<IInvokedMethodListener> invokedMethodListeners)
           
 

Uses of ISuite in org.testng.remote
 

Methods in org.testng.remote that return types with arguments of type ISuite
 List<ISuite> SuiteDispatcher.dispatch(org.testng.internal.IConfiguration configuration, List<XmlSuite> suites, String outputDir, List<ITestListener> testListeners)
          Dispatch test suites
 

Uses of ISuite in org.testng.remote.adapter
 

Methods in org.testng.remote.adapter with parameters of type ISuite
 void RemoteResultListener.onResult(ISuite remoteSuiteRunner)
          Should called by the IWorkerApadter implementation when a remote suite result is ready.
 void IWorkerApadter.returnResult(ISuite result)
          Return a suite result.
 void DefaultWorkerAdapter.returnResult(ISuite result)
           
 

Uses of ISuite in org.testng.remote.strprotocol
 

Constructors in org.testng.remote.strprotocol with parameters of type ISuite
RemoteMessageSenderTestListener(ISuite suite, XmlTest test, StringMessageSenderHelper msh)
           
SuiteMessage(ISuite suite, boolean startSuiteRun)
           
 

Uses of ISuite in org.testng.reporters
 

Methods in org.testng.reporters with parameters of type ISuite
protected  void FailedReporter.generateFailureSuite(XmlSuite xmlSuite, ISuite suite, String outputDir)
           
 

Method parameters in org.testng.reporters with type arguments of type ISuite
protected  void EmailableReporter.generateMethodDetailReport(List<ISuite> suites)
          Creates a section showing known results for each method
protected  void EmailableReporter.generateMethodSummaryReport(List<ISuite> suites)
          Creates a table showing the highlights of each test method with links to the method details
 void XMLReporter.generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
           
 void SuiteHTMLReporter.generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
           
 void FailedReporter.generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
           
 void EmailableReporter.generateReport(List<XmlSuite> xml, List<ISuite> suites, String outdir)
          Creates summary of the run
 void EmailableReporter.generateSuiteSummaryReport(List<ISuite> suites)
           
 



Copyright © 2010. All Rights Reserved.