|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.internal.ResultMap
public class ResultMap
Constructor Summary | |
---|---|
ResultMap()
|
Method Summary | |
---|---|
void |
addResult(ITestResult result,
ITestNGMethod method)
|
java.util.Collection<ITestNGMethod> |
getAllMethods()
|
java.util.Set<ITestResult> |
getAllResults()
|
java.util.Set<ITestResult> |
getResults(ITestNGMethod method)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultMap()
Method Detail |
---|
public void addResult(ITestResult result, ITestNGMethod method)
addResult
in interface IResultMap
public java.util.Set<ITestResult> getResults(ITestNGMethod method)
getResults
in interface IResultMap
public java.util.Set<ITestResult> getAllResults()
getAllResults
in interface IResultMap
public int size()
size
in interface IResultMap
public java.util.Collection<ITestNGMethod> getAllMethods()
getAllMethods
in interface IResultMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |