Uses of Interface
org.testng.ISuite
-
Packages that use ISuite Package Description org.testng org.testng.internal org.testng.internal.thread org.testng.internal.thread.graph org.testng.reporters org.testng.reporters.jq org.testng.thread -
-
Uses of ISuite in org.testng
Classes in org.testng that implement ISuite Modifier and Type Class Description classSuiteRunnerSuiteRunneris responsible for running all the tests included in one suite.Fields in org.testng declared as ISuite Modifier and Type Field Description private ISuiteTestRunner. m_suiteMethods in org.testng that return ISuite Modifier and Type Method Description ISuiteITestContext. getSuite()ISuiteTestRunner. getSuite()Methods in org.testng that return types with arguments of type ISuite Modifier and Type Method Description java.util.List<ISuite>SuiteRunnerWorker. getTasks()protected java.util.List<ISuite>TestNG. runSuites()Run the test suites.java.util.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 Modifier and Type Method Description private voidTestRunner. init(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners)TestRunnerITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)default TestRunnerITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)Produces a newTestRunnerdefault TestRunnerITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)Produces a newTestRunnerTestRunnerSuiteRunner.DefaultTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)TestRunnerSuiteRunner.DefaultTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)TestRunnerSuiteRunner.DefaultTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)TestRunnerSuiteRunner.ProxyTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)TestRunnerSuiteRunner.ProxyTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)TestRunnerSuiteRunner.ProxyTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)default voidISuiteListener. onFinish(ISuite suite)This method is invoked after the SuiteRunner has run all the tests in the suite.default voidISuiteListener. onStart(ISuite suite)This method is invoked before the SuiteRunner starts.Method parameters in org.testng with type arguments of type ISuite Modifier and Type Method Description intSuiteRunnerWorker. compareTo(IWorker<ISuite> arg0)private voidTestNG. generateReports(java.util.List<ISuite> suiteRunners)private voidTestNG. populateSuiteGraph(IDynamicGraph<ISuite> suiteGraph, SuiteRunnerMap suiteRunnerMap, XmlSuite xmlSuite)Populates the dynamic graph with the reverse hierarchy of suites.Constructors in org.testng with parameters of type ISuite Constructor Description SuiteRunnerWorker(ISuite suiteRunner, SuiteRunnerMap suiteRunnerMap, int verbose, java.lang.String defaultSuiteName)TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners)TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator)TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder) -
Uses of ISuite in org.testng.internal
Fields in org.testng.internal with type parameters of type ISuite Modifier and Type Field Description private java.util.Map<java.lang.String,ISuite>SuiteRunnerMap. m_mapMethods in org.testng.internal that return ISuite Modifier and Type Method Description ISuiteSuiteRunnerMap. get(XmlSuite xmlSuite)Methods in org.testng.internal that return types with arguments of type ISuite Modifier and Type Method Description java.util.Collection<ISuite>SuiteRunnerMap. values()Methods in org.testng.internal with parameters of type ISuite Modifier and Type Method Description voidSuiteRunnerMap. put(XmlSuite xmlSuite, ISuite suite) -
Uses of ISuite in org.testng.internal.thread
Method parameters in org.testng.internal.thread with type arguments of type ISuite Modifier and Type Method Description ITestNGThreadPoolExecutorDefaultThreadPoolExecutorFactory. newSuiteExecutor(java.lang.String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, java.util.Comparator<ISuite> comparator)ITestNGThreadPoolExecutorDefaultThreadPoolExecutorFactory. newSuiteExecutor(java.lang.String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, java.util.Comparator<ISuite> comparator)ITestNGThreadPoolExecutorDefaultThreadPoolExecutorFactory. newSuiteExecutor(java.lang.String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, java.util.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 ISuite Modifier and Type Method Description java.util.List<IWorker<ISuite>>SuiteWorkerFactory. createWorkers(java.util.List<ISuite> suites)For each suite, creates aSuiteRunnerWorkerMethod parameters in org.testng.internal.thread.graph with type arguments of type ISuite Modifier and Type Method Description java.util.List<IWorker<ISuite>>SuiteWorkerFactory. createWorkers(java.util.List<ISuite> suites)For each suite, creates aSuiteRunnerWorker -
Uses of ISuite in org.testng.reporters
Methods in org.testng.reporters with parameters of type ISuite Modifier and Type Method Description private voidSuiteHTMLReporter. generateExcludedMethodsReport(XmlSuite xmlSuite, ISuite suite)protected voidFailedReporter. generateFailureSuite(XmlSuite xmlSuite, ISuite suite, java.lang.String outputDir)private voidSuiteHTMLReporter. generateIndex(XmlSuite xmlSuite, ISuite sr)private voidSuiteHTMLReporter. generateMain(XmlSuite xmlSuite, ISuite sr)private voidSuiteHTMLReporter. generateMethodsAndGroups(XmlSuite xmlSuite, ISuite suite)Generate information about methods and groupsprivate voidSuiteHTMLReporter. generateMethodsChronologically(XmlSuite xmlSuite, ISuite suite, java.lang.String outputFileName, boolean alphabetical)private voidSuiteHTMLReporter. generateSuites(XmlSuite xmlSuite, ISuite suite)Writes a property file for each suite result.private voidSuiteHTMLReporter. generateTableOfContents(XmlSuite xmlSuite, ISuite suite)private java.util.Collection<ITestNGMethod>EmailableReporter. getMethodSet(IResultMap tests, ISuite suite)Since the methods will be sorted chronologically, we want to return the ITestNGMethod from the invoked methods.private java.util.PropertiesXMLReporter. getSuiteAttributes(ISuite suite)private java.lang.StringSuiteHTMLReporter. makeTitle(ISuite suite)private java.io.FileXMLReporter. referenceSuite(XMLStringBuffer xmlBuffer, ISuite suite)private voidEmailableReporter. resultSummary(ISuite suite, IResultMap tests, java.lang.String testname, java.lang.String style, java.lang.String details)private voidXMLReporter. writeSuite(ISuite suite)private voidXMLReporter. writeSuiteGroups(XMLStringBuffer xmlBuffer, ISuite suite)private voidXMLReporter. writeSuiteToBuffer(XMLStringBuffer xmlBuffer, ISuite suite)private voidXMLReporter. writeSuiteToFile(java.io.File suiteFile, ISuite suite)Method parameters in org.testng.reporters with type arguments of type ISuite Modifier and Type Method Description private voidSuiteHTMLReporter. generateIndex(java.util.List<ISuite> suites)Generate the main index.html file that lists all the suites and their resultprotected voidEmailableReporter. generateMethodDetailReport(java.util.List<ISuite> suites)Creates a section showing known results for each methodprotected voidEmailableReporter. generateMethodSummaryReport(java.util.List<ISuite> suites)Creates a table showing the highlights of each test method with links to the method detailsvoidEmailableReporter. generateSuiteSummaryReport(java.util.List<ISuite> suites)Constructors in org.testng.reporters with parameters of type ISuite Constructor Description SuiteResult(ISuite suite) -
Uses of ISuite in org.testng.reporters.jq
Fields in org.testng.reporters.jq declared as ISuite Modifier and Type Field Description protected ISuiteNavigatorPanel.BaseResultProvider. m_suiteFields in org.testng.reporters.jq with type parameters of type ISuite Modifier and Type Field Description private java.util.Map<ISuite,ResultsByClass>Model. m_failedResultsByClassprivate ListMultiMap<ISuite,ITestResult>Model. m_modelprivate java.util.Map<ISuite,ResultsByClass>Model. m_passedResultsByClassprivate java.util.Map<ISuite,ResultsByClass>Model. m_skippedResultsByClassprivate java.util.List<ISuite>Model. m_suitesMethods in org.testng.reporters.jq that return types with arguments of type ISuite Modifier and Type Method Description protected java.util.List<ISuite>BasePanel. getSuites()java.util.List<ISuite>Model. getSuites()Methods in org.testng.reporters.jq with parameters of type ISuite Modifier and Type Method Description private voidNavigatorPanel. addLinkTo(XMLStringBuffer header, INavigatorPanel panel, ISuite suite)private voidSuitePanel. generateClassPanel(java.lang.Class c, java.util.List<ITestResult> results, XMLStringBuffer xsb, java.lang.String status, ISuite suite)private voidNavigatorPanel. generateInfo(XMLStringBuffer header, ISuite suite)private voidNavigatorPanel. generateResult(XMLStringBuffer header, int failed, int skipped, int passed, ISuite suite, java.lang.String suiteName)private voidSuitePanel. generateSuitePanel(ISuite suite, XMLStringBuffer xsb)java.util.List<ITestResult>Model. getAllTestResults(ISuite suite)java.util.List<ITestResult>Model. getAllTestResults(ISuite suite, boolean testsOnly)(package private) abstract java.lang.StringBaseMultiSuitePanel. getContent(ISuite suite, XMLStringBuffer xsb)java.lang.StringChronologicalPanel. getContent(ISuite suite, XMLStringBuffer main)java.lang.StringGroupPanel. getContent(ISuite suite, XMLStringBuffer main)java.lang.StringIgnoredMethodsPanel. getContent(ISuite suite, XMLStringBuffer main)java.lang.StringReporterPanel. getContent(ISuite suite, XMLStringBuffer main)java.lang.StringTestNgXmlPanel. getContent(ISuite suite, XMLStringBuffer main)java.lang.StringTestPanel. getContent(ISuite suite, XMLStringBuffer main)java.lang.StringTimesPanel. getContent(ISuite suite, XMLStringBuffer main)ResultsByClassModel. getFailedResultsByClass(ISuite suite)(package private) abstract java.lang.StringBaseMultiSuitePanel. getHeader(ISuite suite)java.lang.StringChronologicalPanel. getHeader(ISuite suite)java.lang.StringGroupPanel. getHeader(ISuite suite)java.lang.StringIgnoredMethodsPanel. getHeader(ISuite suite)java.lang.StringReporterPanel. getHeader(ISuite suite)java.lang.StringTestNgXmlPanel. getHeader(ISuite suite)java.lang.StringTestPanel. getHeader(ISuite suite)java.lang.StringTimesPanel. getHeader(ISuite suite)private java.util.List<ITestResult>NavigatorPanel. getMethodsByStatus(ISuite suite, int status, java.util.function.Predicate<ITestResult> condition)java.lang.StringChronologicalPanel. getNavigatorLink(ISuite suite)java.lang.StringGroupPanel. getNavigatorLink(ISuite suite)java.lang.StringIgnoredMethodsPanel. getNavigatorLink(ISuite suite)java.lang.StringINavigatorPanel. getNavigatorLink(ISuite suite)java.lang.StringReporterPanel. getNavigatorLink(ISuite suite)java.lang.StringTestNgXmlPanel. getNavigatorLink(ISuite suite)java.lang.StringTestPanel. getNavigatorLink(ISuite suite)java.lang.StringTimesPanel. getNavigatorLink(ISuite suite)java.lang.StringBaseMultiSuitePanel. getPanelName(ISuite suite)java.lang.StringINavigatorPanel. getPanelName(ISuite suite)ResultsByClassModel. getPassedResultsByClass(ISuite suite)ResultsByClassModel. getSkippedResultsByClass(ISuite suite)java.util.List<ITestResult>Model. getTestResults(ISuite suite)private java.lang.StringTimesPanel. js(ISuite suite)private longTimesPanel. maxTime(ISuite suite)protected static java.lang.StringBasePanel. suiteToTag(ISuite suite)private voidModel. updateGroups(ISuite suite, ITestResult tr)Constructors in org.testng.reporters.jq with parameters of type ISuite Constructor Description BaseResultProvider(ISuite suite, java.lang.String type)ResultsByStatus(ISuite suite, java.lang.String type, int status)ResultsByStatus(ISuite suite, java.lang.String type, int m_status, java.util.function.Predicate<ITestResult> condition)Constructor parameters in org.testng.reporters.jq with type arguments of type ISuite Constructor Description Model(java.util.List<ISuite> suites) -
Uses of ISuite in org.testng.thread
Method parameters in org.testng.thread with type arguments of type ISuite Modifier and Type Method Description ITestNGThreadPoolExecutorIExecutorFactory. newSuiteExecutor(java.lang.String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, java.util.Comparator<ISuite> comparator)ITestNGThreadPoolExecutorIExecutorFactory. newSuiteExecutor(java.lang.String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, java.util.Comparator<ISuite> comparator)ITestNGThreadPoolExecutorIExecutorFactory. newSuiteExecutor(java.lang.String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, java.util.Comparator<ISuite> comparator)
-