org.testng
Interface IResultMap

All Superinterfaces:
Serializable

public interface IResultMap
extends Serializable


Method Summary
 void addResult(ITestResult result, ITestNGMethod method)
           
 Collection<ITestNGMethod> getAllMethods()
           
 Set<ITestResult> getAllResults()
           
 Set<ITestResult> getResults(ITestNGMethod method)
           
 void removeResult(ITestNGMethod m)
           
 int size()
           
 

Method Detail

addResult

void addResult(ITestResult result,
               ITestNGMethod method)

getResults

Set<ITestResult> getResults(ITestNGMethod method)

getAllResults

Set<ITestResult> getAllResults()

removeResult

void removeResult(ITestNGMethod m)

getAllMethods

Collection<ITestNGMethod> getAllMethods()

size

int size()


Copyright © 2012. All Rights Reserved.