C# 클래스 Microsoft.Protocol.TestSuites.CommonUtility

Common helper class
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetProperty() 공개 정적인 메소드

This method is used to retrieve the value from the PTFConfig
public static GetProperty ( ITestSite site, string propName ) : string
site ITestSite The related ITestSite instance.
propName string The need property name
리턴 string

IsRequirementVerificationDisabled() 공개 정적인 메소드

This method checks if a requirement verification needs to be disabled.
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.
리턴 bool