|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISuite | |
---|---|
org.testng | |
org.testng.remote | |
org.testng.remote.adapter | |
org.testng.remote.strprotocol | |
org.testng.reporters |
Uses of ISuite in org.testng |
---|
Classes in org.testng that implement ISuite | |
---|---|
class |
SuiteRunner
SuiteRunner is responsible for running all the tests included in one
suite. |
Methods in org.testng that return ISuite | |
---|---|
ISuite |
TestRunner.getSuite()
|
ISuite |
ITestContext.getSuite()
|
Methods in org.testng that return types with arguments of type ISuite | |
---|---|
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 | |
---|---|
TestRunner |
ITestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test)
|
TestRunner |
SuiteRunner.DefaultTestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test)
|
TestRunner |
SuiteRunner.ProxyTestRunnerFactory.newTestRunner(ISuite suite,
XmlTest test)
|
void |
ISuiteListener.onFinish(ISuite suite)
This method is invoked after the SuiteRunner has run all the test suites. |
void |
ISuiteListener.onStart(ISuite suite)
This method is invoked before the SuiteRunner starts. |
Method parameters in org.testng with type arguments of type ISuite | |
---|---|
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. |
Constructors in org.testng with parameters of type ISuite | |
---|---|
TestRunner(ISuite suite,
XmlTest test,
boolean skipFailedInvocationCounts)
|
|
TestRunner(ISuite suite,
XmlTest test,
IAnnotationFinder finder,
boolean skipFailedInvocationCounts)
|
|
TestRunner(ISuite suite,
XmlTest test,
java.lang.String outputDirectory,
IAnnotationFinder finder,
boolean skipFailedInvocationCounts)
|
Uses of ISuite in org.testng.remote |
---|
Methods in org.testng.remote that return types with arguments of type ISuite | |
---|---|
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 |
Uses of ISuite in org.testng.remote.adapter |
---|
Methods in org.testng.remote.adapter with parameters of type ISuite | |
---|---|
void |
RemoteResultListener.onResult(ISuite remoteSuiteRunner)
Should called by the IWorkerApadter implementation when a remote suite result is ready. |
void |
DefaultWorkerAdapter.returnResult(ISuite result)
|
void |
IWorkerApadter.returnResult(ISuite result)
Return a suite result. |
Uses of ISuite in org.testng.remote.strprotocol |
---|
Constructors in org.testng.remote.strprotocol with parameters of type ISuite | |
---|---|
RemoteMessageSenderTestListener(ISuite suite,
XmlTest test,
StringMessageSenderHelper msh)
|
|
SuiteMessage(ISuite suite,
boolean startSuiteRun)
|
Uses of ISuite in org.testng.reporters |
---|
Methods in org.testng.reporters with parameters of type ISuite | |
---|---|
protected void |
FailedReporter.generateFailureSuite(XmlSuite xmlSuite,
ISuite suite,
java.lang.String outputDir)
|
Method parameters in org.testng.reporters with type arguments of type ISuite | |
---|---|
protected void |
EmailableReporter.generateMethodDetailReport(java.util.List<ISuite> suites)
Creates a section showing known results for each method |
protected void |
EmailableReporter.generateMethodSummaryReport(java.util.List<ISuite> suites)
Creates a table showing the highlights of each test method with links to the method details |
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)
|
void |
EmailableReporter.generateSuiteSummaryReport(java.util.List<ISuite> suites)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |