Uses of Class
org.testng.xml.XmlSuite

Packages that use XmlSuite
org.testng   
org.testng.internal   
org.testng.remote   
org.testng.remote.adapter   
org.testng.reporters   
org.testng.xml   
 

Uses of XmlSuite in org.testng
 

Fields in org.testng with type parameters of type XmlSuite
protected  java.util.List<XmlSuite> TestNG.m_cmdlineSuites
           
protected  java.util.List<XmlSuite> TestNG.m_suites
           
 

Methods in org.testng that return XmlSuite
 XmlSuite SuiteResult.getSuite()
           
 XmlSuite ISuite.getXmlSuite()
           
 XmlSuite SuiteRunner.getXmlSuite()
           
 

Methods in org.testng with parameters of type XmlSuite
protected  SuiteRunner TestNG.createAndRunSuiteRunners(XmlSuite xmlSuite)
           
 void TestNG.setCommandLineSuite(XmlSuite suite)
           
 

Method parameters in org.testng with type arguments of type XmlSuite
 void IReporter.generateReport(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String outputDirectory)
          Generate a report for the given suites into the specified output directory.
 void TestNG.setXmlSuites(java.util.List<XmlSuite> suites)
          Specifies the XmlSuite objects to run.
 

Constructors in org.testng with parameters of type XmlSuite
SuiteResult(XmlSuite suite, ITestContext tr)
           
SuiteRunner(XmlSuite suite, java.lang.String outputDir, IAnnotationFinder[] finders)
           
SuiteRunner(XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, IAnnotationFinder[] finders)
           
SuiteRunner(XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, IAnnotationFinder[] finders, IObjectFactory factory, IMethodInterceptor methodInterceptor)
           
SuiteRunner(XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, IAnnotationFinder[] finders)
           
 

Uses of XmlSuite in org.testng.internal
 

Fields in org.testng.internal declared as XmlSuite
protected  XmlSuite TestMethodWorker.m_suite
           
 

Methods in org.testng.internal with parameters of type XmlSuite
static java.lang.Object[] Parameters.createConfigurationParameters(java.lang.reflect.Method m, java.util.Map<java.lang.String,java.lang.String> params, ITestNGMethod currentTestMethod, IAnnotationFinder finder, XmlSuite xmlSuite, ITestContext ctx)
          Creates the parameters needed for the specified @Configuration Method.
static java.lang.Object[] Parameters.createInstantiationParameters(java.lang.reflect.Constructor ctor, java.lang.String methodAnnotation, IAnnotationFinder finder, java.lang.String[] parameterNames, java.util.Map<java.lang.String,java.lang.String> params, XmlSuite xmlSuite)
          Creates the parameters needed for constructing a test class instance.
static java.util.Iterator<java.lang.Object[]> Parameters.handleParameters(ITestNGMethod testMethod, java.util.Map<java.lang.String,java.lang.String> allParameterNames, java.lang.Object instance, Parameters.MethodParameters methodParams, XmlSuite xmlSuite, IAnnotationFinder annotationFinder, java.lang.Object fedInstance)
          If the method has parameters, fill them in.
 void IInvoker.invokeConfigurations(IClass testClass, ITestNGMethod[] allMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.Object instance)
          Invoke configuration methods if they belong to the same TestClass passed in parameter..
 void Invoker.invokeConfigurations(IClass testClass, ITestNGMethod[] allMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> params, java.lang.Object instance)
          Invoke configuration methods if they belong to the same TestClass passed in parameter..
 java.util.List<ITestResult> IInvoker.invokeTestMethods(ITestNGMethod testMethod, ITestNGMethod[] allTestMethods, int methodIndex, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, java.lang.Object[] instances, ITestContext testContext)
          Invoke the given method
 java.util.List<ITestResult> Invoker.invokeTestMethods(ITestNGMethod testMethod, ITestNGMethod[] allTestMethods, int testMethodIndex, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, java.lang.Object[] instances, ITestContext testContext)
          Invoke all the test methods.
 

Constructors in org.testng.internal with parameters of type XmlSuite
TestMethodWorker(IInvoker invoker, IMethodInstance[] testMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestNGMethod[] allTestMethods, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext)
           
 

Uses of XmlSuite in org.testng.remote
 

Methods in org.testng.remote with parameters of type XmlSuite
protected  SuiteRunner RemoteWorker.sendSuite(ConnectionInfo ci, XmlSuite suite)
           
 

Method parameters in org.testng.remote with type arguments of type XmlSuite
 java.util.List<ISuite> SuiteDispatcher.dispatch(java.util.List<XmlSuite> suites, java.lang.String outputDir, IAnnotationFinder javadocAnnotationFinder, IAnnotationFinder jdkAnnotationFinder, java.util.List<ITestListener> testListeners)
          Dispatch test suites
 

Constructors in org.testng.remote with parameters of type XmlSuite
RemoteSuiteWorker(XmlSuite suite, SlavePool slavePool, RemoteResultListener listener)
           
 

Uses of XmlSuite in org.testng.remote.adapter
 

Methods in org.testng.remote.adapter that return XmlSuite
 XmlSuite DefaultWorkerAdapter.getSuite(long timeout)
           
 XmlSuite IWorkerApadter.getSuite(long timeout)
          A blocking call to get the next Suite to test.
 

Methods in org.testng.remote.adapter with parameters of type XmlSuite
 void DefaultMastertAdapter.runSuitesRemotely(XmlSuite suite, RemoteResultListener listener)
           
 void IMasterAdapter.runSuitesRemotely(XmlSuite suite, RemoteResultListener listener)
          Run a suite remotely.
 

Uses of XmlSuite in org.testng.reporters
 

Methods in org.testng.reporters with parameters of type XmlSuite
protected  void FailedReporter.generateFailureSuite(XmlSuite xmlSuite, ISuite suite, java.lang.String outputDir)
           
 

Method parameters in org.testng.reporters with type arguments of type XmlSuite
 void SuiteHTMLReporter.generateReport(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String outputDirectory)
           
 void FailedReporter.generateReport(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String outputDirectory)
           
 void EmailableReporter.generateReport(java.util.List<XmlSuite> xml, java.util.List<ISuite> suites, java.lang.String outdir)
          Creates summary of the run
 void XMLReporter.generateReport(java.util.List<XmlSuite> xmlSuites, java.util.List<ISuite> suites, java.lang.String outputDirectory)
           
 

Constructors in org.testng.reporters with parameters of type XmlSuite
FailedReporter(XmlSuite xmlSuite)
           
 

Uses of XmlSuite in org.testng.xml
 

Subclasses of XmlSuite in org.testng.xml
 class ClassSuite
          This class represents an XML <suite> made up of one test which is made up of <class> elements only.
 

Methods in org.testng.xml that return XmlSuite
 XmlSuite XmlTest.getSuite()
          Returns the suite this test is part of.
 XmlSuite TestNGContentHandler.getSuite()
           
 

Methods in org.testng.xml that return types with arguments of type XmlSuite
 java.util.Collection<XmlSuite> Parser.parse()
          Parses the TestNG test suite and returns the corresponding XmlSuite, and possibly, other XmlSuite that are pointed to by tags.
 java.util.List<XmlSuite> Parser.parseToList()
           
 

Constructors in org.testng.xml with parameters of type XmlSuite
XmlTest(XmlSuite suite)
          Constructs a XmlTest and adds it to suite's list of tests.
 



Copyright © 2010. All Rights Reserved.