org.testng.internal
Class ResultMap

java.lang.Object
  extended by org.testng.internal.ResultMap
All Implemented Interfaces:
java.io.Serializable, IResultMap

public class ResultMap
extends java.lang.Object
implements IResultMap

See Also:
Serialized Form

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

ResultMap

public ResultMap()
Method Detail

addResult

public void addResult(ITestResult result,
                      ITestNGMethod method)
Specified by:
addResult in interface IResultMap

getResults

public java.util.Set<ITestResult> getResults(ITestNGMethod method)
Specified by:
getResults in interface IResultMap

getAllResults

public java.util.Set<ITestResult> getAllResults()
Specified by:
getAllResults in interface IResultMap

size

public int size()
Specified by:
size in interface IResultMap

getAllMethods

public java.util.Collection<ITestNGMethod> getAllMethods()
Specified by:
getAllMethods in interface IResultMap


Copyright © 2010. All Rights Reserved.