Package org.testng.internal
Class ResultMap
java.lang.Object
org.testng.internal.ResultMap
- All Implemented Interfaces:
IResultMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResult(ITestResult result) getResults(ITestNGMethod method) voidvoidintsize()toString()
-
Field Details
-
results
-
-
Constructor Details
-
ResultMap
public ResultMap()
-
-
Method Details
-
addResult
- Specified by:
addResultin interfaceIResultMap
-
getResults
- Specified by:
getResultsin interfaceIResultMap
-
removeResult
- Specified by:
removeResultin interfaceIResultMap
-
removeResult
- Specified by:
removeResultin interfaceIResultMap
-
getAllResults
- Specified by:
getAllResultsin interfaceIResultMap
-
size
public int size()- Specified by:
sizein interfaceIResultMap
-
getAllMethods
- Specified by:
getAllMethodsin interfaceIResultMap
-
toString
-