Uses of Interface
org.testng.ISuite
-
Packages that use ISuite Package Description org.testng org.testng.internal org.testng.internal.thread.graph org.testng.reporters org.testng.reporters.jq -
-
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.Methods 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 TestRunnerITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)TestRunnerITestRunnerFactory2. 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 newTestRunnervoidISuiteListener. onFinish(ISuite suite)This method is invoked after the SuiteRunner has run all the test suites.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)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)This constructor is used by testng-remote, any changes related to it please contact with testng-team.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, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners) -
Uses of ISuite in org.testng.internal
Methods 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.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 protected voidFailedReporter. generateFailureSuite(XmlSuite xmlSuite, ISuite suite, java.lang.String outputDir)Method parameters in org.testng.reporters with type arguments of type ISuite Modifier and Type Method Description protected 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
Methods 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 java.util.List<ITestResult>Model. getAllTestResults(ISuite suite)java.util.List<ITestResult>Model. getAllTestResults(ISuite suite, boolean testsOnly)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)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)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)protected static java.lang.StringBasePanel. suiteToTag(ISuite suite)Constructor parameters in org.testng.reporters.jq with type arguments of type ISuite Constructor Description Model(java.util.List<ISuite> suites)
-