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 class
SuiteRunner
SuiteRunner
is responsible for running all the tests included in one suite.Methods in org.testng that return ISuite Modifier and Type Method Description ISuite
ITestContext. getSuite()
ISuite
TestRunner. 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 TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)
default TestRunner
ITestRunnerFactory. 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 newTestRunner
default TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)
Produces a newTestRunner
default void
ISuiteListener. onFinish(ISuite suite)
This method is invoked after the SuiteRunner has run all the tests in the suite.default void
ISuiteListener. 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 int
SuiteRunnerWorker. 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)
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
Methods in org.testng.internal that return ISuite Modifier and Type Method Description ISuite
SuiteRunnerMap. 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 void
SuiteRunnerMap. 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 ITestNGThreadPoolExecutor
DefaultThreadPoolExecutorFactory. 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)
ITestNGThreadPoolExecutor
DefaultThreadPoolExecutorFactory. 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)
ITestNGThreadPoolExecutor
DefaultThreadPoolExecutorFactory. 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 aSuiteRunnerWorker
Method 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 void
FailedReporter. 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 void
EmailableReporter. generateMethodDetailReport(java.util.List<ISuite> suites)
Creates a section showing known results for each methodprotected void
EmailableReporter. generateMethodSummaryReport(java.util.List<ISuite> suites)
Creates a table showing the highlights of each test method with links to the method detailsvoid
EmailableReporter. 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.String
ChronologicalPanel. getContent(ISuite suite, XMLStringBuffer main)
java.lang.String
GroupPanel. getContent(ISuite suite, XMLStringBuffer main)
java.lang.String
IgnoredMethodsPanel. getContent(ISuite suite, XMLStringBuffer main)
java.lang.String
ReporterPanel. getContent(ISuite suite, XMLStringBuffer main)
java.lang.String
TestNgXmlPanel. getContent(ISuite suite, XMLStringBuffer main)
java.lang.String
TestPanel. getContent(ISuite suite, XMLStringBuffer main)
java.lang.String
TimesPanel. getContent(ISuite suite, XMLStringBuffer main)
ResultsByClass
Model. getFailedResultsByClass(ISuite suite)
java.lang.String
ChronologicalPanel. getHeader(ISuite suite)
java.lang.String
GroupPanel. getHeader(ISuite suite)
java.lang.String
IgnoredMethodsPanel. getHeader(ISuite suite)
java.lang.String
ReporterPanel. getHeader(ISuite suite)
java.lang.String
TestNgXmlPanel. getHeader(ISuite suite)
java.lang.String
TestPanel. getHeader(ISuite suite)
java.lang.String
TimesPanel. getHeader(ISuite suite)
java.lang.String
ChronologicalPanel. getNavigatorLink(ISuite suite)
java.lang.String
GroupPanel. getNavigatorLink(ISuite suite)
java.lang.String
IgnoredMethodsPanel. getNavigatorLink(ISuite suite)
java.lang.String
INavigatorPanel. getNavigatorLink(ISuite suite)
java.lang.String
ReporterPanel. getNavigatorLink(ISuite suite)
java.lang.String
TestNgXmlPanel. getNavigatorLink(ISuite suite)
java.lang.String
TestPanel. getNavigatorLink(ISuite suite)
java.lang.String
TimesPanel. getNavigatorLink(ISuite suite)
java.lang.String
BaseMultiSuitePanel. getPanelName(ISuite suite)
java.lang.String
INavigatorPanel. getPanelName(ISuite suite)
ResultsByClass
Model. getPassedResultsByClass(ISuite suite)
ResultsByClass
Model. getSkippedResultsByClass(ISuite suite)
java.util.List<ITestResult>
Model. getTestResults(ISuite suite)
protected static java.lang.String
BasePanel. suiteToTag(ISuite suite)
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 ITestNGThreadPoolExecutor
IExecutorFactory. 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)
ITestNGThreadPoolExecutor
IExecutorFactory. 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)
ITestNGThreadPoolExecutor
IExecutorFactory. 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)
-