Method | Description | |
---|---|---|
GetProperty ( ITestSite site, string propName ) : string |
This method is used to retrieve the value from the PTFConfig
|
|
IsRequirementVerificationDisabled ( ITestSite site, string protocolName, int requirementId ) : bool |
This method checks if a requirement verification needs to be disabled.
|
public static GetProperty ( ITestSite site, string propName ) : string | ||
site | ITestSite | The related ITestSite instance. |
propName | string | The need property name |
return | string |
public static IsRequirementVerificationDisabled ( ITestSite site, string protocolName, int requirementId ) : bool | ||
site | ITestSite | The related ITestSite instance. |
protocolName | string | The protocol short name |
requirementId | int | The requirement ID to be checked. |
return | bool |