Package com.hp.lft.report
Class VerificationData
java.lang.Object
com.hp.lft.report.VerificationData
Represents the data used to report a custom verification step.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe verification description presented in the report file.The verification image presented in the report file.The name of the verification presented in the report file.The name of the verification operation presented in the report file.The verification parameters presented in the report file. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
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
The verification description presented in the report file. If it is not set, this section will not be displayed. -
image
The verification image presented in the report file. If it is not set, this section will not be displayed. -
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 ofVerificationData
class
-