Class VerificationParameter

java.lang.Object
com.hp.lft.report.ReportParameter
com.hp.lft.report.VerificationParameter

public class VerificationParameter extends ReportParameter
Represents the parameter data used in the context of a custom verification step. This data is displayed to report.
  • Constructor Details

    • VerificationParameter

      public VerificationParameter(Object parameterValue)
      Create a new instance of the VerificationParameter class
      Parameters:
      parameterValue - The value of the verification parameter that will be displayed into report.
    • VerificationParameter

      public VerificationParameter(String parameterName, Object parameterValue)
      Create a new instance of the VerificationParameter class
      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.