Package org.testng
Interface IResultMap
- All Known Implementing Classes:
ResultMap
public interface IResultMap
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddResult(ITestResult result) voidaddResult(ITestResult result, ITestNGMethod method) Deprecated.- This method stands deprecated as of 7.4.0getResults(ITestNGMethod method) voidvoidintsize()
-
Method Details
-
addResult
Deprecated.- This method stands deprecated as of 7.4.0 -
addResult
-
getResults
-
getAllResults
Set<ITestResult> getAllResults() -
removeResult
-
removeResult
-
getAllMethods
Collection<ITestNGMethod> getAllMethods() -
size
int size()
-