|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITestContext
This class defines a test context which contains all the information for a given test run. An instance of this context is passed to the test listeners so they can query information about their environment.
| Method Summary | |
|---|---|
ITestNGMethod[] |
getAllTestMethods()
|
java.util.Date |
getEndDate()
When this test stopped running. |
java.lang.String[] |
getExcludedGroups()
|
java.util.Map<ITestNGMethod,ITestResult> |
getFailedButWithinSuccessPercentageTests()
|
java.util.Map<ITestNGMethod,ITestResult> |
getFailedTests()
|
java.lang.String[] |
getIncludedGroups()
|
java.lang.String |
getName()
The name of this test. |
java.lang.String |
getOutputDirectory()
|
java.util.Map<ITestNGMethod,ITestResult> |
getPassedTests()
|
java.util.Map<ITestNGMethod,ITestResult> |
getSkippedTests()
|
java.util.Date |
getStartDate()
When this test started running. |
ISuite |
getSuite()
|
| Method Detail |
|---|
java.lang.String getName()
java.util.Date getStartDate()
java.util.Date getEndDate()
java.util.Map<ITestNGMethod,ITestResult> getPassedTests()
java.util.Map<ITestNGMethod,ITestResult> getSkippedTests()
java.util.Map<ITestNGMethod,ITestResult> getFailedButWithinSuccessPercentageTests()
java.util.Map<ITestNGMethod,ITestResult> getFailedTests()
ITestNGMethodjava.lang.String[] getIncludedGroups()
java.lang.String[] getExcludedGroups()
java.lang.String getOutputDirectory()
ISuite getSuite()
ITestNGMethod[] getAllTestMethods()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||