com.hp.lft.report

Class VerificationData

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


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

      Modifier and TypeField and Description
      java.lang.Stringdescription
      The verification description presented in the report file.
      java.awt.image.RenderedImageimage
      The verification image presented in the report file.
      java.lang.Stringname
      The name of the verification presented in the report file.
      java.lang.StringoperationName
      The name of the verification operation presented in the report file.
      java.util.List<VerificationParameter>verificationParameters
      The verification parameters presented in the report file.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.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 java.lang.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 java.lang.String description
        The verification description presented in the report file. If it is not set, this section will not be displayed.
      • image

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

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

      • VerificationData

        public VerificationData()
        Create a new instance of VerificationData class