Class VerificationData

java.lang.Object
com.hp.lft.report.VerificationData

public class VerificationData extends Object
Represents the data used to report a custom verification step.
  • Field Details

    • name

      public String name
      The name of the verification presented in the report file. If it is not set, the default value("Verification") will be used instead.
    • operationName

      public String operationName
      The name of the verification operation presented in the report file. If it is not set, the default value("VerificationOperation") will be used instead.
    • description

      public String description
      The verification description presented in the report file. If it is not set, this section will not be displayed.
    • image

      public RenderedImage image
      The verification image presented in the report file. If it is not set, this section will not be displayed.
    • verificationParameters

      public List<VerificationParameter> verificationParameters
      The verification parameters presented in the report file. For each of these parameters a new column data will be created.
  • Constructor Details

    • VerificationData

      public VerificationData()
      Create a new instance of VerificationData class