Uses of Interface
org.testng.ISuite
Packages that use ISuite
Package
Description
-
Uses of ISuite in org.testng
Classes in org.testng that implement ISuiteModifier and TypeClassDescriptionclass
SuiteRunner
is responsible for running all the tests included in one suite.Methods in org.testng that return ISuiteMethods in org.testng that return types with arguments of type ISuiteModifier and TypeMethodDescriptionSuiteRunnerWorker.getTasks()
TestNG.runSuites()
Run the test suites.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 ISuiteModifier and TypeMethodDescriptionITestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners) default TestRunner
ITestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) Produces a newTestRunner
default TestRunner
ITestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) Produces a newTestRunner
default void
This method is invoked after the SuiteRunner has run all the tests in the suite.default void
This method is invoked before the SuiteRunner starts.Method parameters in org.testng with type arguments of type ISuiteConstructors in org.testng with parameters of type ISuiteModifierConstructorDescriptionSuiteRunnerWorker
(ISuite suiteRunner, SuiteRunnerMap suiteRunnerMap, int verbose, String defaultSuiteName) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, ISuiteRunnerListener suiteRunner) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, ISuiteRunnerListener suiteRunner) protected
TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder, ISuiteRunnerListener suiteRunner) -
Uses of ISuite in org.testng.internal
Methods in org.testng.internal with parameters of type ISuiteModifier and TypeMethodDescriptionstatic void
static ObjectBag
ObjectBag.getInstance
(ISuite suite) -
Uses of ISuite in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return ISuiteMethods in org.testng.internal.invokers that return types with arguments of type ISuiteMethods in org.testng.internal.invokers with parameters of type ISuite -
Uses of ISuite in org.testng.internal.thread.graph
Methods in org.testng.internal.thread.graph that return types with arguments of type ISuiteModifier and TypeMethodDescriptionSuiteWorkerFactory.createWorkers
(List<ISuite> suites) For each suite, creates aSuiteRunnerWorker
Method parameters in org.testng.internal.thread.graph with type arguments of type ISuite -
Uses of ISuite in org.testng.reporters
Methods in org.testng.reporters with parameters of type ISuiteModifier and TypeMethodDescriptionprotected final AbstractXmlReporter.Count
AbstractXmlReporter.computeCountForSuite
(ISuite s) protected void
FailedReporter.generateFailureSuite
(XmlSuite xmlSuite, ISuite suite, String outputDir) protected final void
AbstractXmlReporter.writeSuite
(XMLStringBuffer rootBuffer, ISuite suite) Constructors in org.testng.reporters with parameters of type ISuite -
Uses of ISuite in org.testng.reporters.jq
Methods in org.testng.reporters.jq that return types with arguments of type ISuiteMethods in org.testng.reporters.jq with parameters of type ISuiteModifier and TypeMethodDescriptionModel.getAllTestResults
(ISuite suite) Model.getAllTestResults
(ISuite suite, boolean testsOnly) ChronologicalPanel.getContent
(ISuite suite, XMLStringBuffer main) GroupPanel.getContent
(ISuite suite, XMLStringBuffer main) IgnoredMethodsPanel.getContent
(ISuite suite, XMLStringBuffer main) ReporterPanel.getContent
(ISuite suite, XMLStringBuffer main) TestNgXmlPanel.getContent
(ISuite suite, XMLStringBuffer main) TestPanel.getContent
(ISuite suite, XMLStringBuffer main) TimesPanel.getContent
(ISuite suite, XMLStringBuffer main) Model.getFailedResultsByClass
(ISuite suite) ChronologicalPanel.getNavigatorLink
(ISuite suite) GroupPanel.getNavigatorLink
(ISuite suite) IgnoredMethodsPanel.getNavigatorLink
(ISuite suite) INavigatorPanel.getNavigatorLink
(ISuite suite) ReporterPanel.getNavigatorLink
(ISuite suite) TestNgXmlPanel.getNavigatorLink
(ISuite suite) TestPanel.getNavigatorLink
(ISuite suite) TimesPanel.getNavigatorLink
(ISuite suite) BaseMultiSuitePanel.getPanelName
(ISuite suite) INavigatorPanel.getPanelName
(ISuite suite) Model.getPassedResultsByClass
(ISuite suite) Model.getSkippedResultsByClass
(ISuite suite) Model.getTestResults
(ISuite suite) protected static String
BasePanel.suiteToTag
(ISuite suite) Constructor parameters in org.testng.reporters.jq with type arguments of type ISuite