org.testng.reporters
Class EmailableReporter2.MethodResult

java.lang.Object
  extended by org.testng.reporters.EmailableReporter2.MethodResult
Enclosing class:
EmailableReporter2

protected static class EmailableReporter2.MethodResult
extends Object

Groups test results by method.


Constructor Summary
EmailableReporter2.MethodResult(List<ITestResult> results)
           
 
Method Summary
 List<ITestResult> getResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailableReporter2.MethodResult

public EmailableReporter2.MethodResult(List<ITestResult> results)
Parameters:
results - the non-null, non-empty result list
Method Detail

getResults

public List<ITestResult> getResults()
Returns:
the non-null, non-empty result list


Copyright © 2015. All Rights Reserved.