org.testng
public interface ISuite extends IAttributes
Modifier and Type | Method and Description |
---|---|
IAnnotationFinder |
getAnnotationFinder(java.lang.String type) |
java.util.Collection<ITestNGMethod> |
getExcludedMethods() |
java.lang.String |
getHost() |
java.util.Collection<ITestNGMethod> |
getInvokedMethods()
Retrieves the list of all the methods that were invoked during this run.
|
java.util.Map<java.lang.String,java.util.Collection<ITestNGMethod>> |
getMethodsByGroups()
Retrieves the map of groups and their associated test methods.
|
java.lang.String |
getName() |
IObjectFactory |
getObjectFactory() |
java.lang.String |
getOutputDirectory() |
java.lang.String |
getParallel() |
java.lang.String |
getParameter(java.lang.String parameterName) |
java.util.Map<java.lang.String,ISuiteResult> |
getResults() |
SuiteRunState |
getSuiteState()
Retrieves the shared state for a suite.
|
XmlSuite |
getXmlSuite() |
void |
run()
Triggers the start of running tests included in the suite.
|
getAttribute, setAttribute
java.lang.String getName()
java.util.Map<java.lang.String,ISuiteResult> getResults()
IObjectFactory getObjectFactory()
java.lang.String getOutputDirectory()
java.lang.String getParallel()
java.lang.String getParameter(java.lang.String parameterName)
java.util.Map<java.lang.String,java.util.Collection<ITestNGMethod>> getMethodsByGroups()
java.util.Collection<ITestNGMethod> getInvokedMethods()
java.util.Collection<ITestNGMethod> getExcludedMethods()
void run()
java.lang.String getHost()
SuiteRunState getSuiteState()
IAnnotationFinder getAnnotationFinder(java.lang.String type)
XmlSuite getXmlSuite()