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 TypeClassDescriptionclassSuiteRunneris responsible for running all the tests included in one suite.Classes in org.testng that implement interfaces with type arguments of type ISuiteModifier and TypeClassDescriptionclassAnIWorkerthat is used to encapsulate and run Suite RunnersMethods 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 TestRunnerITestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) Produces a newTestRunnerdefault TestRunnerITestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) Produces a newTestRunnerdefault voidThis method is invoked after the SuiteRunner has run all the tests in the suite.default voidThis 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) protectedTestRunner(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 voidstatic ObjectBagObjectBag.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
Classes in org.testng.internal.thread.graph that implement interfaces with type arguments of type ISuiteModifier and TypeClassDescriptionclassAnIThreadWorkerFactoryforSuiteRunnersMethods in org.testng.internal.thread.graph that return types with arguments of type ISuiteModifier and TypeMethodDescriptionSuiteWorkerFactory.createWorkers(List<ISuite> suites) For each suite, creates aSuiteRunnerWorkerMethod 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.CountAbstractXmlReporter.computeCountForSuite(ISuite s) protected voidFailedReporter.generateFailureSuite(XmlSuite xmlSuite, ISuite suite, String outputDir) protected final voidAbstractXmlReporter.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 StringBasePanel.suiteToTag(ISuite suite) Constructor parameters in org.testng.reporters.jq with type arguments of type ISuite