C# Class Microsoft.Protocols.TestSuites.FileSharing.RSVD.TestSuite.RSVDTestConfig

Inheritance: TestConfigBase
显示文件 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
GetProperty ( string propertyName, bool checkNullOrEmpty = true ) : string

Get property value from grouped ptf config.

RSVDTestConfig ( ITestSite site ) : System

Private Methods

Method Description
ParseFullPath ( ) : void
ParseUint ( string propertyName ) : uint
ParseUlong ( string propertyName ) : ulong

Method Details

GetProperty() public method

Get property value from grouped ptf config.
public GetProperty ( string propertyName, bool checkNullOrEmpty = true ) : string
propertyName string The name of the property.
checkNullOrEmpty bool Check if the property is null or the value is empty.
return string

RSVDTestConfig() public method

public RSVDTestConfig ( ITestSite site ) : System
site ITestSite
return System