public interface ISuite extends IAttributes
Modifier and Type | Method and Description |
---|---|
void |
addListener(ITestNGListener listener) |
java.util.List<IInvokedMethod> |
getAllInvokedMethods() |
java.util.List<ITestNGMethod> |
getAllMethods() |
org.testng.internal.annotations.IAnnotationFinder |
getAnnotationFinder() |
java.util.Collection<ITestNGMethod> |
getExcludedMethods() |
java.lang.String |
getHost() |
java.util.Collection<ITestNGMethod> |
getInvokedMethods()
Deprecated.
Use getAllInvokedMthods().
|
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() |
IObjectFactory2 |
getObjectFactory2() |
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, getAttributeNames, removeAttribute, setAttribute
java.lang.String getName()
java.util.Map<java.lang.String,ISuiteResult> getResults()
IObjectFactory getObjectFactory()
IObjectFactory2 getObjectFactory2()
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()
@Deprecated java.util.Collection<ITestNGMethod> getInvokedMethods()
java.util.List<IInvokedMethod> getAllInvokedMethods()
java.util.Collection<ITestNGMethod> getExcludedMethods()
void run()
java.lang.String getHost()
SuiteRunState getSuiteState()
org.testng.internal.annotations.IAnnotationFinder getAnnotationFinder()
XmlSuite getXmlSuite()
void addListener(ITestNGListener listener)
java.util.List<ITestNGMethod> getAllMethods()