|
|||||||||
| 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 | |
|---|---|
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()
|
java.lang.String |
getOutputDirectory()
|
java.lang.String |
getParameter(java.lang.String parameterName)
|
java.util.Map<java.lang.String,ISuiteResult> |
getResults()
|
boolean |
isParallel()
|
void |
run()
Triggers the start of running tests included in the suite. |
| Method Detail |
|---|
java.lang.String getName()
java.util.Map<java.lang.String,ISuiteResult> getResults()
java.lang.String getOutputDirectory()
boolean isParallel()
java.lang.String getParameter(java.lang.String parameterName)
java.util.Map<java.lang.String,java.util.Collection<ITestNGMethod>> getMethodsByGroups()
java.util.Collection<ITestNGMethod> getInvokedMethods()
void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||