public class ResultMap extends Object implements IResultMap
Constructor and Description |
---|
ResultMap() |
Modifier and Type | Method and Description |
---|---|
void |
addResult(ITestResult result,
ITestNGMethod method) |
Collection<ITestNGMethod> |
getAllMethods() |
Set<ITestResult> |
getAllResults() |
Set<ITestResult> |
getResults(ITestNGMethod method) |
void |
removeResult(ITestNGMethod m) |
void |
removeResult(ITestResult r) |
int |
size() |
String |
toString() |
public void addResult(ITestResult result, ITestNGMethod method)
addResult
in interface IResultMap
public Set<ITestResult> getResults(ITestNGMethod method)
getResults
in interface IResultMap
public void removeResult(ITestNGMethod m)
removeResult
in interface IResultMap
public void removeResult(ITestResult r)
removeResult
in interface IResultMap
public Set<ITestResult> getAllResults()
getAllResults
in interface IResultMap
public int size()
size
in interface IResultMap
public Collection<ITestNGMethod> getAllMethods()
getAllMethods
in interface IResultMap