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) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator) 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) -
Uses of ISuite in org.testng.internal
Methods in org.testng.internal that return ISuiteMethods in org.testng.internal that return types with arguments of type ISuiteMethods in org.testng.internal with parameters of type ISuite -
Uses of ISuite in org.testng.internal.thread
Method parameters in org.testng.internal.thread with type arguments of type ISuiteModifier and TypeMethodDescriptionDefaultThreadPoolExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) DefaultThreadPoolExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) DefaultThreadPoolExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) -
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 void
FailedReporter.generateFailureSuite
(XmlSuite xmlSuite, ISuite suite, String outputDir) Method parameters in org.testng.reporters with type arguments of type ISuiteModifier and TypeMethodDescriptionprotected void
EmailableReporter.generateMethodDetailReport
(List<ISuite> suites) Creates a section showing known results for each methodprotected void
EmailableReporter.generateMethodSummaryReport
(List<ISuite> suites) Creates a table showing the highlights of each test method with links to the method detailsvoid
EmailableReporter.generateSuiteSummaryReport
(List<ISuite> suites) 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 -
Uses of ISuite in org.testng.thread
Method parameters in org.testng.thread with type arguments of type ISuiteModifier and TypeMethodDescriptionIExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) IExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) IExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator)