LoadTestCaseCheckParameters Method |
Checks the validity of test parameters.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public virtual bool CheckParameters()
Public Overridable Function CheckParameters As Boolean
public:
virtual bool CheckParameters()
abstract CheckParameters : unit -> bool
override CheckParameters : unit -> bool
Return Value
Type:
Boolean - If all parameters are valid,
if at least one parameter has error.
DisplayMessage contains the error message.
See Also