Package | Description |
---|---|
org.testng | |
org.testng.remote | |
org.testng.remote.adapter | |
org.testng.reporters | |
org.testng.reporters.jq | |
org.testng.xml | |
org.testng.xml.dom |
Modifier and Type | Field and Description |
---|---|
protected List<XmlSuite> |
TestNG.m_suites |
Modifier and Type | Method and Description |
---|---|
XmlSuite |
SuiteRunner.getXmlSuite() |
XmlSuite |
ISuite.getXmlSuite() |
Modifier and Type | Method and Description |
---|---|
void |
TestNG.setCommandLineSuite(XmlSuite suite) |
Modifier and Type | Method and Description |
---|---|
void |
IReporter.generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory)
Generate a report for the given suites into the specified output directory.
|
void |
TestNG.setXmlSuites(List<XmlSuite> suites)
Specifies the XmlSuite objects to run.
|
Constructor and Description |
---|
SuiteRunner(org.testng.internal.IConfiguration configuration,
XmlSuite suite,
String outputDir) |
SuiteRunner(org.testng.internal.IConfiguration configuration,
XmlSuite suite,
String outputDir,
ITestRunnerFactory runnerFactory) |
SuiteRunner(org.testng.internal.IConfiguration configuration,
XmlSuite suite,
String outputDir,
ITestRunnerFactory runnerFactory,
boolean useDefaultListeners) |
SuiteRunner(org.testng.internal.IConfiguration configuration,
XmlSuite suite,
String outputDir,
ITestRunnerFactory runnerFactory,
boolean useDefaultListeners,
IMethodInterceptor methodInterceptor,
List<IInvokedMethodListener> invokedMethodListeners,
List<ITestListener> testListeners) |
Modifier and Type | Method and Description |
---|---|
protected SuiteRunner |
RemoteWorker.sendSuite(ConnectionInfo ci,
XmlSuite suite) |
Modifier and Type | Method and Description |
---|---|
List<ISuite> |
SuiteDispatcher.dispatch(org.testng.internal.IConfiguration configuration,
List<XmlSuite> suites,
String outputDir,
List<ITestListener> testListeners)
Dispatch test suites
|
Constructor and Description |
---|
RemoteSuiteWorker(XmlSuite suite,
org.testng.internal.remote.SlavePool slavePool,
RemoteResultListener listener) |
Modifier and Type | Method and Description |
---|---|
XmlSuite |
DefaultWorkerAdapter.getSuite(long timeout) |
XmlSuite |
IWorkerAdapter.getSuite(long timeout)
A blocking call to get the next Suite to test.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMastertAdapter.runSuitesRemotely(XmlSuite suite,
RemoteResultListener listener) |
void |
IMasterAdapter.runSuitesRemotely(XmlSuite suite,
RemoteResultListener listener)
Run a suite remotely.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FailedReporter.generateFailureSuite(XmlSuite xmlSuite,
ISuite suite,
String outputDir) |
Modifier and Type | Method and Description |
---|---|
void |
EmailableReporter2.generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory) |
void |
SuiteHTMLReporter.generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory) |
void |
JqReporter.generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory) |
void |
EmailableReporter.generateReport(List<XmlSuite> xml,
List<ISuite> suites,
String outdir)
Creates summary of the run
|
void |
FailedReporter.generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory) |
void |
JUnitReportReporter.generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String defaultOutputDirectory) |
void |
XMLReporter.generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory) |
Constructor and Description |
---|
FailedReporter(XmlSuite xmlSuite) |
Modifier and Type | Method and Description |
---|---|
void |
Main.generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory) |
Modifier and Type | Method and Description |
---|---|
XmlSuite |
XmlSuite.getParentSuite() |
XmlSuite |
XmlTest.getSuite()
Returns the suite this test is part of.
|
XmlSuite |
TestNGContentHandler.getSuite() |
XmlSuite |
SuiteXmlParser.parse(String currentFile,
InputStream inputStream,
boolean loadClasses) |
Modifier and Type | Method and Description |
---|---|
List<XmlSuite> |
XmlSuite.getChildSuites() |
Collection<XmlSuite> |
Parser.parse()
Parses the TestNG test suite and returns the corresponding XmlSuite,
and possibly, other XmlSuite that are pointed to by
|
List<XmlSuite> |
Parser.parseToList() |
Collection<XmlSuite> |
IPostProcessor.process(Collection<XmlSuite> suites) |
Modifier and Type | Method and Description |
---|---|
void |
XmlSuite.setParentSuite(XmlSuite parentSuite) |
void |
XmlTest.setSuite(XmlSuite result) |
void |
XmlTest.setXmlSuite(XmlSuite suite) |
Modifier and Type | Method and Description |
---|---|
Collection<XmlSuite> |
IPostProcessor.process(Collection<XmlSuite> suites) |
Constructor and Description |
---|
XmlTest(XmlSuite suite) |
XmlTest(XmlSuite suite,
int index)
Constructs a
XmlTest and adds it to suite's list of tests. |
Modifier and Type | Method and Description |
---|---|
XmlSuite |
DomXmlParser.parse(String currentFile,
InputStream inputStream,
boolean loadClasses) |
XmlSuite |
DomXmlParser.parse2(String currentFile,
InputStream inputStream,
boolean loadClasses) |
Modifier and Type | Method and Description |
---|---|
void |
DomUtil.populate(XmlSuite xmlSuite) |
Copyright © 2014. All Rights Reserved.