public interface ITestContext extends IAttributes
Modifier and Type | Method and Description |
---|---|
ITestNGMethod[] |
getAllTestMethods() |
XmlTest |
getCurrentXmlTest() |
java.util.Date |
getEndDate()
When this test stopped running.
|
java.lang.String[] |
getExcludedGroups() |
java.util.Collection<ITestNGMethod> |
getExcludedMethods() |
IResultMap |
getFailedButWithinSuccessPercentageTests() |
IResultMap |
getFailedConfigurations()
Retrieves information about the failed configuration method invocations.
|
IResultMap |
getFailedTests() |
java.lang.String |
getHost() |
java.lang.String[] |
getIncludedGroups() |
java.lang.String |
getName()
The name of this test.
|
java.lang.String |
getOutputDirectory() |
IResultMap |
getPassedConfigurations()
Retrieves information about the successful configuration method invocations.
|
IResultMap |
getPassedTests() |
IResultMap |
getSkippedConfigurations()
Retrieves information about the skipped configuration method invocations.
|
IResultMap |
getSkippedTests() |
java.util.Date |
getStartDate()
When this test started running.
|
ISuite |
getSuite() |
getAttribute, setAttribute
java.lang.String getName()
java.util.Date getStartDate()
java.util.Date getEndDate()
IResultMap getPassedTests()
IResultMap getSkippedTests()
IResultMap getFailedButWithinSuccessPercentageTests()
IResultMap getFailedTests()
ITestNGMethod
java.lang.String[] getIncludedGroups()
java.lang.String[] getExcludedGroups()
java.lang.String getOutputDirectory()
ISuite getSuite()
ITestNGMethod[] getAllTestMethods()
java.lang.String getHost()
java.util.Collection<ITestNGMethod> getExcludedMethods()
IResultMap getPassedConfigurations()
IResultMap getSkippedConfigurations()
IResultMap getFailedConfigurations()
XmlTest getCurrentXmlTest()