|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISuite
Interface defining a Test Suite.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.testng.IAttributes |
---|
getAttribute, setAttribute |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |