Package org.testng
Interface IResultMap
- All Known Implementing Classes:
ResultMap
public interface IResultMap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addResult
(ITestResult result) void
addResult
(ITestResult result, ITestNGMethod method) Deprecated.- This method stands deprecated as of 7.4.0getResults
(ITestNGMethod method) void
void
int
size()
-
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()
-