org.testng.internal
Class ExtraOutput

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

public class ExtraOutput
extends java.lang.Object
implements IExtraOutput

This class is used by Reporter to store the extra output to be later included in the HTML report: - User-generated report - Parameter info Created on Feb 16, 2006

Author:
Cedric Beust
See Also:
Serialized Form

Constructor Summary
ExtraOutput()
           
 
Method Summary
 java.util.List<java.lang.String> getParameterOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtraOutput

public ExtraOutput()
Method Detail

getParameterOutput

public java.util.List<java.lang.String> getParameterOutput()
Specified by:
getParameterOutput in interface IExtraOutput
Returns:
a List representing the parameters passed to this test method, or an empty List if no parameters were used.


Copyright © 2010. All Rights Reserved.