org.testng
Interface IExtraOutput

All Superinterfaces:
java.io.Serializable

public interface IExtraOutput
extends java.io.Serializable

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

Method Summary
 java.util.List<java.lang.String> getParameterOutput()
           
 

Method Detail

getParameterOutput

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


Copyright © 2011. All Rights Reserved.