C# Class ApprovalTests.WindowsRegistry.WindowsRegistryAssert

ファイルを表示 Open project: approvals/ApprovalTests.Net

Public Methods

Method Description
HasDword ( string keyName, string valueName, int expectedValue, string failureMessage ) : void

Private Methods

Method Description
HasDword ( RegistryKey registryKey, string keyName, string valueName, int expectedValue, string failureMessage ) : void
ReadIntKeyValue ( RegistryKey registryKey, string keyName, string valueName ) : int

Method Details

HasDword() public static method

public static HasDword ( string keyName, string valueName, int expectedValue, string failureMessage ) : void
keyName string
valueName string
expectedValue int
failureMessage string
return void