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   
org.testng.reporters.jq   
 

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> SuiteRunnerWorker.getTasks()
           
 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 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
 int SuiteRunnerWorker.compareTo(org.testng.internal.thread.graph.IWorker<ISuite> arg0)
           
 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
SuiteRunnerWorker(ISuite suiteRunner, org.testng.internal.SuiteRunnerMap suiteRunnerMap, int verbose, String defaultSuiteName)
           
TestRunner(org.testng.internal.IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, List<IInvokedMethodListener> listeners)
           
TestRunner(org.testng.internal.IConfiguration configuration, 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 IWorkerAdapter implementation when a remote suite result is ready.
 void IWorkerAdapter.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
RemoteTestListener(ISuite suite, XmlTest test, MessageHub 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 JUnitReportReporter.generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String defaultOutputDirectory)
           
 void JqReporter.generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
           
 void FailedReporter.generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
           
 void EmailableReporter2.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)
           
 

Constructors in org.testng.reporters with parameters of type ISuite
EmailableReporter2.SuiteResult(ISuite suite)
           
 

Uses of ISuite in org.testng.reporters.jq
 

Methods in org.testng.reporters.jq that return types with arguments of type ISuite
 List<ISuite> Model.getSuites()
           
protected  List<ISuite> BasePanel.getSuites()
           
 

Methods in org.testng.reporters.jq with parameters of type ISuite
 List<ITestResult> Model.getAllTestResults(ISuite suite)
           
 List<ITestResult> Model.getAllTestResults(ISuite suite, boolean testsOnly)
           
 String TimesPanel.getContent(ISuite suite, XMLStringBuffer main)
           
 String TestPanel.getContent(ISuite suite, XMLStringBuffer main)
           
 String TestNgXmlPanel.getContent(ISuite suite, XMLStringBuffer main)
           
 String ReporterPanel.getContent(ISuite suite, XMLStringBuffer main)
           
 String IgnoredMethodsPanel.getContent(ISuite suite, XMLStringBuffer main)
           
 String GroupPanel.getContent(ISuite suite, XMLStringBuffer main)
           
 String ChronologicalPanel.getContent(ISuite suite, XMLStringBuffer main)
           
 ResultsByClass Model.getFailedResultsByClass(ISuite suite)
           
 String TimesPanel.getHeader(ISuite suite)
           
 String TestPanel.getHeader(ISuite suite)
           
 String TestNgXmlPanel.getHeader(ISuite suite)
           
 String ReporterPanel.getHeader(ISuite suite)
           
 String IgnoredMethodsPanel.getHeader(ISuite suite)
           
 String GroupPanel.getHeader(ISuite suite)
           
 String ChronologicalPanel.getHeader(ISuite suite)
           
 String TimesPanel.getNavigatorLink(ISuite suite)
           
 String TestPanel.getNavigatorLink(ISuite suite)
           
 String TestNgXmlPanel.getNavigatorLink(ISuite suite)
           
 String ReporterPanel.getNavigatorLink(ISuite suite)
           
 String INavigatorPanel.getNavigatorLink(ISuite suite)
           
 String IgnoredMethodsPanel.getNavigatorLink(ISuite suite)
           
 String GroupPanel.getNavigatorLink(ISuite suite)
           
 String ChronologicalPanel.getNavigatorLink(ISuite suite)
           
 String INavigatorPanel.getPanelName(ISuite suite)
           
 String BaseMultiSuitePanel.getPanelName(ISuite suite)
           
 ResultsByClass Model.getPassedResultsByClass(ISuite suite)
           
 ResultsByClass Model.getSkippedResultsByClass(ISuite suite)
           
 List<ITestResult> Model.getTestResults(ISuite suite)
           
protected static String BasePanel.suiteToTag(ISuite suite)
           
 

Method parameters in org.testng.reporters.jq with type arguments of type ISuite
 void Main.generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
           
 

Constructor parameters in org.testng.reporters.jq with type arguments of type ISuite
Model(List<ISuite> suites)
           
 



Copyright © 2015. All Rights Reserved.