Package com.hp.lft.report
Class VerificationParameter
java.lang.Object
com.hp.lft.report.ReportParameter
com.hp.lft.report.VerificationParameter
Represents the parameter data used in the context of a custom verification step.
This data is displayed to report.
-
Field Summary
Fields inherited from class com.hp.lft.report.ReportParameter
name, value -
Constructor Summary
ConstructorsConstructorDescriptionVerificationParameter(Object parameterValue) Create a new instance of theVerificationParameterclassVerificationParameter(String parameterName, Object parameterValue) Create a new instance of theVerificationParameterclass -
Method Summary
-
Constructor Details
-
VerificationParameter
Create a new instance of theVerificationParameterclass- Parameters:
parameterValue- The value of the verification parameter that will be displayed into report.
-
VerificationParameter
Create a new instance of theVerificationParameterclass- Parameters:
parameterName- The name of the verification parameter. If it is set, the parameter header displayed into report will use this value.parameterValue- The value of the verification parameter that will be displayed into report.
-